#FAD869

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

Shades of Dandelion #FAD869

Tints of Dandelion #FAD869

Color information

#FAD869 (or 0xFAD869) is unknown color: approx Dandelion. HEX triplet: FA, D8 and 69. RGB value is (250,216,105). Sum of RGB (Red+Green+Blue) = 250+216+105=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 105 (41.41% from 255 or 18.39% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD869 is #052796. Grayscale: #D5D5D5. Windows color (decimal): -337815 or 6936826. OLE color: 6936826.

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

Color convert

RGB250216105-
CMYK00.140.580.02
HSL45.93º93.55%69.61%-
HSV(B)45.93º58%98.04%-
XYZ66.5370.4623.46-
YUV213.5166.76154.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 105 (41.41% from 255) = 18.39%
R=43.78%
G=37.83%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021610500.140.580.0245.9393.5569.61
HexFAD8690E3A22e5e46
Octal37233015101672256136106
Binary11111010110110001101001011101110101010111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD869; }

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

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

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

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

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

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

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

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