#FAD969

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

Shades of Dandelion #FAD969

Tints of Dandelion #FAD969

Color information

#FAD969 (or 0xFAD969) is unknown color: approx Dandelion. HEX triplet: FA, D9 and 69. RGB value is (250,217,105). Sum of RGB (Red+Green+Blue) = 250+217+105=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 105 (41.41% from 255 or 18.36% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD969 is #052696. Grayscale: #D6D6D6. Windows color (decimal): -337559 or 6937082. OLE color: 6937082.

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

Color convert

RGB250217105-
CMYK00.130.580.02
HSL46.34º93.55%69.61%-
HSV(B)46.34º58%98.04%-
XYZ66.7970.9723.54-
YUV214.166.43153.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 105 (41.41% from 255) = 18.36%
R=43.71%
G=37.94%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021710500.130.580.0246.3493.5569.61
HexFAD9690D3A22e5e46
Octal37233115101572256136106
Binary11111010110110011101001011011110101010111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD969; }

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

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

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

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

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

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

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

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