#FAD361

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

Shades of Dandelion #FAD361

Tints of Dandelion #FAD361

Color information

#FAD361 (or 0xFAD361) is unknown color: approx Dandelion. HEX triplet: FA, D3 and 61. RGB value is (250,211,97). Sum of RGB (Red+Green+Blue) = 250+211+97=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 97 (38.28% from 255 or 17.38% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD361 is #052C9E. Grayscale: #D2D2D2. Windows color (decimal): -339103 or 6411258. OLE color: 6411258.

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

Color convert

RGB25021197-
CMYK00.160.610.02
HSL44.71º93.87%68.04%-
HSV(B)44.71º61.2%98.04%-
XYZ64.8867.7820.97-
YUV209.6664.42156.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.80%
GREEN value IS 211 (82.81% from 255) = 37.81%
BLUE value IS 97 (38.28% from 255) = 17.38%
R=44.80%
G=37.81%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502119700.160.610.0244.7193.8768.04
HexFAD3610103D22d5e44
Octal37232314102075255136104
Binary111110101101001111000010100001111011010110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD361; }

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

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

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

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

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

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

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

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