#FAD461

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

Shades of Dandelion #FAD461

Tints of Dandelion #FAD461

Color information

#FAD461 (or 0xFAD461) is unknown color: approx Dandelion. HEX triplet: FA, D4 and 61. RGB value is (250,212,97). Sum of RGB (Red+Green+Blue) = 250+212+97=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 97 (38.28% from 255 or 17.35% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD461 is #052B9E. Grayscale: #D2D2D2. Windows color (decimal): -338847 or 6411514. OLE color: 6411514.

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

Color convert

RGB25021297-
CMYK00.150.610.02
HSL45.1º93.87%68.04%-
HSV(B)45.1º61.2%98.04%-
XYZ65.1368.2721.05-
YUV210.2564.09156.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 97 (38.28% from 255) = 17.35%
R=44.72%
G=37.92%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502129700.150.610.0245.193.8768.04
HexFAD4610F3D22d5e44
Octal37232414101775255136104
Binary11111010110101001100001011111111011010110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD461; }

 p { color: rgb(250,212,97); }

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

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

 a { background-color: rgb(250,212,97); }

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

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

 span { border-color: rgb(250,212,97); }

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