#FAD56A

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

Shades of Dandelion #FAD56A

Tints of Dandelion #FAD56A

Color information

#FAD56A (or 0xFAD56A) is unknown color: approx Dandelion. HEX triplet: FA, D5 and 6A. RGB value is (250,213,106). Sum of RGB (Red+Green+Blue) = 250+213+106=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD56A is #052A95. Grayscale: #D4D4D4. Windows color (decimal): -338582 or 7001594. OLE color: 7001594.

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

Color convert

RGB250213106-
CMYK00.150.580.02
HSL44.58º93.51%69.8%-
HSV(B)44.58º57.6%98.04%-
XYZ65.8268.9523.48-
YUV211.8668.26155.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 213 (83.59% from 255) = 37.43%
BLUE value IS 106 (41.80% from 255) = 18.63%
R=43.94%
G=37.43%
B=18.63%

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
Decimal25021310600.150.580.0244.5893.5169.8
HexFAD56A0F3A22d5e46
Octal37232515201772255136106
Binary11111010110101011101010011111110101010110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD56A; }

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

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

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

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

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

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

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

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