COLOR #F0DB58

HEX: #F0DB58
RGB: (240,219,88)

Renk bilgisi

#F0DB58 contains mainly red and green colors. #F0DB58 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F0DB58 color RGB value is (240,219,88).

  • kırmız ton 240;
  • yeşil ton 219;
  • mavi ton 88.
RGB:
(240,219,88)
(94%,86%,35%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 219 of 255 = 86%
B 88 of 255 = 35%

240
219
88

R + G + B ~ 72%. #F0DB58 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 219 + 88 = 547 (100%)
R 240 of 547 ~ 43.88%
G 219 of 547 ~ 40.04%
B 88 of 547 ~ 16.09%

%43.88
%40.04
%16.09

CMYK RENK MODELİ

#F0DB58 rengi CMYK tonu (0,9,63,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.75%
  • sarı tonu 63.33%
  • ana renk tonu 5.88%
CMYK:
(0,9,63,6)
C0M9Y63K6 
(0%,9%,63%,6%)
(0.00/0.09/0.63/0.06)	

CMYK yüzdeleri

%0
%8.75
%63.33
%5.88

Codes

Color #F0DB58 in popluar color models

F0DB58
RGB24021988
HSL52°83.52%64.31%
HSB/HSV52°63.33%94.12%
CMYK0.00%8.75%63.33%
5.88%

Color #F0DB58 in popluar number systems.

HEXF0DB58
Decimal24021988
Binary11110000110110111011000
Octal360333130

Shades and tints

Shades of #F0DB58

#F0DB58
(240,219,88)
#DBC850
(219,200,80)
#C6B548
(198,181,72)
#B1A240
(177,162,64)
#9C8F38
(156,143,56)
#877C30
(135,124,48)
#726928
(114,105,40)
#5D5620
(93,86,32)
#484318
(72,67,24)
#333010
(51,48,16)
#1E1D08
(30,29,8)
#000000
(0,0,0)

Tints of #F0DB58

#F0DB58
(240,219,88)
#F1DE67
(241,222,103)
#F2E176
(242,225,118)
#F3E485
(243,228,133)
#F4E794
(244,231,148)
#F5EAA3
(245,234,163)
#F6EDB2
(246,237,178)
#F7F0C1
(247,240,193)
#F8F3D0
(248,243,208)
#F9F6DF
(249,246,223)
#FAF9EE
(250,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DB58 color. Also use rgb(240,219,88) instead hex code.

Text Font Color

.myTextColor { color: #F0DB58; }

<p style="color:#F0DB58">This sample text font color is #F0DB58.</p>

This text font color is #F0DB58.


Background Color

.myBgColor { background-color: #F0DB58; }

<div style="background-color:#F0DB58">Inner text</div>

This div background color is #F0DB58.


Border color

.myBorderColor { border: 1px solid #F0DB58; }

<div style="border:3px solid #F0DB58">Div</div>

This div border color is #F0DB58.


Opacity

.myOpacity80 { color: #F0DB58; opacity: 0.8; }

<p style="color:#F0DB58;opacity:0.8;">80%</p>

Text with #F0DB58 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F0DB58;}

<p style="text-shadow: 3px 3px 1px #F0DB58">Text here.</p>

This text has shadow with #F0DB58 color.

.textShadow {text-shadow: 3px 3px 1px #F0DB58, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F0DB58, 5px 5px 20px red">Text here.</p>

This text has shadow with #F0DB58 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0DB58, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F0DB58, Direction=45, Strength=4)">Text</p>

This text has shadow with #F0DB58 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F0DB58;
  -webkit-box-shadow:	1px 1px 3px 2px #F0DB58;
  box-shadow:		1px 1px 3px 2px #F0DB58;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0DB58;
-webkit-box-shadow: 1px 1px 3px 2px #F0DB58;
box-shadow:1px 1px 3px 2px #F0DB58;">
Div content here</div>
This div box has shadow with color #F0DB58.

Preview

Color preview on black background

This text has color #F0DB58 on black background.


Color preview on white background

This text has color #F0DB58 on white background.



Black color preview on #F0DB58 background

This text has black color on #F0DB58 background.


White color preview on #F0DB58 background

This text has white color on #F0DB58 background.