#FED866

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

Shades of Dandelion #FED866

Tints of Dandelion #FED866

Color information

#FED866 (or 0xFED866) is unknown color: approx Dandelion. HEX triplet: FE, D8 and 66. RGB value is (254,216,102). Sum of RGB (Red+Green+Blue) = 254+216+102=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 102 (40.23% from 255 or 17.83% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FED866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED866 is #012799. Grayscale: #D6D6D6. Windows color (decimal): -75674 or 6740222. OLE color: 6740222.

HSL color Cylindrical-coordinate representation of color #FED866: hue angle of 45º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FED866 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB254216102-
CMYK00.150.600.00
HSL45º98.7%69.8%-
HSV(B)45º59.84%99.61%-
XYZ67.8371.1422.73-
YUV214.3764.59156.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.41%
GREEN value IS 216 (84.77% from 255) = 37.76%
BLUE value IS 102 (40.23% from 255) = 17.83%
R=44.41%
G=37.76%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421610200.150.600.004598.769.8
HexFED8660F3C02d6346
Octal37633014601774055143106
Binary1111111011011000110011001111111100010110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED866; }

 p { color: rgb(254,216,102); }

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

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

 a { background-color: rgb(254,216,102); }

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

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

 span { border-color: rgb(254,216,102); }

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