#FAD866

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

Shades of Dandelion #FAD866

Tints of Dandelion #FAD866

Color information

#FAD866 (or 0xFAD866) is unknown color: approx Dandelion. HEX triplet: FA, D8 and 66. RGB value is (250,216,102). Sum of RGB (Red+Green+Blue) = 250+216+102=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 102 (40.23% from 255 or 17.96% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD866 is #052799. Grayscale: #D5D5D5. Windows color (decimal): -337818 or 6740218. OLE color: 6740218.

HSL color Cylindrical-coordinate representation of color #FAD866: hue angle of 46.22º 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 #FAD866 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB250216102-
CMYK00.140.590.02
HSL46.22º93.67%69.02%-
HSV(B)46.22º59.2%98.04%-
XYZ66.3870.422.66-
YUV213.1765.26154.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 216 (84.77% from 255) = 38.03%
BLUE value IS 102 (40.23% from 255) = 17.96%
R=44.01%
G=38.03%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021610200.140.590.0246.2293.6769.02
HexFAD8660E3B22e5e45
Octal37233014601673256136105
Binary11111010110110001100110011101110111010111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD866; }

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

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

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

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

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

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

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

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