#FAD561

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

Shades of Dandelion #FAD561

Tints of Dandelion #FAD561

Color information

#FAD561 (or 0xFAD561) is unknown color: approx Dandelion. HEX triplet: FA, D5 and 61. RGB value is (250,213,97). Sum of RGB (Red+Green+Blue) = 250+213+97=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 97 (38.28% from 255 or 17.32% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD561 is #052A9E. Grayscale: #D3D3D3. Windows color (decimal): -338591 or 6411770. OLE color: 6411770.

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

Color convert

RGB25021397-
CMYK00.150.610.02
HSL45.49º93.87%68.04%-
HSV(B)45.49º61.2%98.04%-
XYZ65.3868.7821.14-
YUV210.8463.76155.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 213 (83.59% from 255) = 38.04%
BLUE value IS 97 (38.28% from 255) = 17.32%
R=44.64%
G=38.04%
B=17.32%

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
Decimal2502139700.150.610.0245.4993.8768.04
HexFAD5610F3D22d5e44
Octal37232514101775255136104
Binary11111010110101011100001011111111011010110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD561; }

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

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

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

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

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

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

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

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