#FEDD60

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

Shades of Dandelion #FEDD60

Tints of Dandelion #FEDD60

Color information

#FEDD60 (or 0xFEDD60) is unknown color: approx Dandelion. HEX triplet: FE, DD and 60. RGB value is (254,221,96). Sum of RGB (Red+Green+Blue) = 254+221+96=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 96 (37.89% from 255 or 16.81% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD60 is #01229F. Grayscale: #D9D9D9. Windows color (decimal): -74400 or 6348286. OLE color: 6348286.

HSL color Cylindrical-coordinate representation of color #FEDD60: hue angle of 47.47º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEDD60 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB25422196-
CMYK00.130.620.00
HSL47.47º98.75%68.63%-
HSV(B)47.47º62.2%99.61%-
XYZ68.8473.6321.65-
YUV216.6259.93154.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 96 (37.89% from 255) = 16.81%
R=44.48%
G=38.70%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542219600.130.620.0047.4798.7568.63
HexFEDD600D3E02f6345
Octal37633514001576057143105
Binary1111111011011101110000001101111110010111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDD60; }

 p { color: rgb(254,221,96); }

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

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

 a { background-color: rgb(254,221,96); }

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

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

 span { border-color: rgb(254,221,96); }

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