#FDDE60

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

Shades of Dandelion #FDDE60

Tints of Dandelion #FDDE60

Color information

#FDDE60 (or 0xFDDE60) is unknown color: approx Dandelion. HEX triplet: FD, DE and 60. RGB value is (253,222,96). Sum of RGB (Red+Green+Blue) = 253+222+96=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 96 (37.89% from 255 or 16.81% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE60 is #02219F. Grayscale: #D9D9D9. Windows color (decimal): -139680 or 6348541. OLE color: 6348541.

HSL color Cylindrical-coordinate representation of color #FDDE60: hue angle of 48.15º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDDE60 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25322296-
CMYK00.120.620.01
HSL48.15º97.52%68.43%-
HSV(B)48.15º62.06%99.22%-
XYZ68.7473.9721.72-
YUV216.959.77153.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.31%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 96 (37.89% from 255) = 16.81%
R=44.31%
G=38.88%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532229600.120.620.0148.1597.5268.43
HexFDDE600C3E1306244
Octal37533614001476160142104
Binary1111110111011110110000001100111110111000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDE60; }

 p { color: rgb(253,222,96); }

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

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

 a { background-color: rgb(253,222,96); }

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

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

 span { border-color: rgb(253,222,96); }

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