#FADE66

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

Shades of Dandelion #FADE66

Tints of Dandelion #FADE66

Color information

#FADE66 (or 0xFADE66) is unknown color: approx Dandelion. HEX triplet: FA, DE and 66. RGB value is (250,222,102). Sum of RGB (Red+Green+Blue) = 250+222+102=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 102 (40.23% from 255 or 17.77% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE66 is #052199. Grayscale: #D9D9D9. Windows color (decimal): -336282 or 6741754. OLE color: 6741754.

HSL color Cylindrical-coordinate representation of color #FADE66: hue angle of 48.65º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FADE66 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB250222102-
CMYK00.110.590.02
HSL48.65º93.67%69.02%-
HSV(B)48.65º59.2%98.04%-
XYZ67.9473.5323.18-
YUV216.6963.28151.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 222 (87.11% from 255) = 38.68%
BLUE value IS 102 (40.23% from 255) = 17.77%
R=43.55%
G=38.68%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022210200.110.590.0248.6593.6769.02
HexFADE660B3B2315e45
Octal37233614601373261136105
Binary11111010110111101100110010111110111011000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADE66; }

 p { color: rgb(250,222,102); }

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

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

 a { background-color: rgb(250,222,102); }

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

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

 span { border-color: rgb(250,222,102); }

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