#FED166

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

Shades of Dandelion #FED166

Tints of Dandelion #FED166

Color information

#FED166 (or 0xFED166) is unknown color: approx Dandelion. HEX triplet: FE, D1 and 66. RGB value is (254,209,102). Sum of RGB (Red+Green+Blue) = 254+209+102=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 102 (40.23% from 255 or 18.05% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FED166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED166 is #012E99. Grayscale: #D2D2D2. Windows color (decimal): -77466 or 6738430. OLE color: 6738430.

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

Color convert

RGB254209102-
CMYK00.180.600.00
HSL42.24º98.7%69.8%-
HSV(B)42.24º59.84%99.61%-
XYZ66.0767.6322.14-
YUV210.2666.91159.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 209 (82.03% from 255) = 36.99%
BLUE value IS 102 (40.23% from 255) = 18.05%
R=44.96%
G=36.99%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420910200.180.600.0042.2498.769.8
HexFED1660123C02a6346
Octal37632114602274052143106
Binary11111110110100011100110010010111100010101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED166; }

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

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

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

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

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

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

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

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