#FAD569

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

Shades of Dandelion #FAD569

Tints of Dandelion #FAD569

Color information

#FAD569 (or 0xFAD569) is unknown color: approx Dandelion. HEX triplet: FA, D5 and 69. RGB value is (250,213,105). Sum of RGB (Red+Green+Blue) = 250+213+105=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 105 (41.41% from 255 or 18.49% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD569 is #052A96. Grayscale: #D4D4D4. Windows color (decimal): -338583 or 6936058. OLE color: 6936058.

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

Color convert

RGB250213105-
CMYK00.150.580.02
HSL44.69º93.55%69.61%-
HSV(B)44.69º58%98.04%-
XYZ65.7768.9323.2-
YUV211.7567.76155.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 213 (83.59% from 255) = 37.5%
BLUE value IS 105 (41.41% from 255) = 18.49%
R=44.01%
G=37.5%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021310500.150.580.0244.6993.5569.61
HexFAD5690F3A22d5e46
Octal37232515101772255136106
Binary11111010110101011101001011111110101010110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD569; }

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

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

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

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

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

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

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

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