#F5DE61

Color #F5DE61 Dandelion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dandelion #F5DE61

Tints of Dandelion #F5DE61

Color information

#F5DE61 (or 0xF5DE61) is unknown color: approx Dandelion. HEX triplet: F5, DE and 61. RGB value is (245,222,97). Sum of RGB (Red+Green+Blue) = 245+222+97=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 97 (38.28% from 255 or 17.20% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DE61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DE61 is #0A219E. Grayscale: #D7D7D7. Windows color (decimal): -663967 or 6414069. OLE color: 6414069.

HSL color Cylindrical-coordinate representation of color #F5DE61: hue angle of 50.68º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5DE61 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB24522297-
CMYK00.090.600.04
HSL50.68º88.1%67.06%-
HSV(B)50.68º60.41%96.08%-
XYZ65.9472.5221.83-
YUV214.6361.62149.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 43.44%
GREEN value IS 222 (87.11% from 255) = 39.36%
BLUE value IS 97 (38.28% from 255) = 17.20%
R=43.44%
G=39.36%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452229700.090.600.0450.6888.167.06
HexF5DE61093C4335843
Octal36533614101174463130103
Binary111101011101111011000010100111110010011001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DE61; }

 p { color: rgb(245,222,97); }

 H1.HeaderClassName
 {
   color: #F5DE61;
 }
 .AnyTagClassName
 {
   color: #F5DE61;
 }
</style>
background-color css

<style>
 a { background-color: #F5DE61; }

 a { background-color: rgb(245,222,97); }

 div.DivClassName
 {
   background-color: #F5DE61;
 }
 .BgClassName
 {
   background-color: #F5DE61;
 }
</style>
border-color css

<style>
 span { border-color: #F5DE61; }

 span { border-color: rgb(245,222,97); }

 td.TdClassName
 {
   border-color: #F5DE61;
 }
 .TagClassName
 {
   border-color: #F5DE61;
 }
</style>