#fecc60

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

Shades of Dandelion #FECC60

Tints of Dandelion #FECC60

Color information

#FECC60 (or 0xFECC60) is unknown color: approx Dandelion. HEX triplet: FE, CC and 60. RGB value is (254,204,96). Sum of RGB (Red+Green+Blue) = 254+204+96=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC60 is #01339F. Grayscale: #CFCFCF. Windows color (decimal): -78752 or 6343934. OLE color: 6343934.

HSL color Cylindrical-coordinate representation of color #FECC60: hue angle of 41.01º 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 #FECC60 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB25420496-
CMYK00.200.620.00
HSL41.01º98.75%68.63%-
HSV(B)41.01º62.2%99.61%-
XYZ64.5865.120.23-
YUV206.6465.56161.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.85%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 96 (37.89% from 255) = 17.33%
R=45.85%
G=36.82%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542049600.200.620.0041.0198.7568.63
HexFECC600143E0296345
Octal37631414002476051143105
Binary11111110110011001100000010100111110010100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fecc60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fecc60; }

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

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

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

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

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

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

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

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