#FAD161

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

Shades of Dandelion #FAD161

Tints of Dandelion #FAD161

Color information

#FAD161 (or 0xFAD161) is unknown color: approx Dandelion. HEX triplet: FA, D1 and 61. RGB value is (250,209,97). Sum of RGB (Red+Green+Blue) = 250+209+97=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 97 (38.28% from 255 or 17.45% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD161 is #052E9E. Grayscale: #D0D0D0. Windows color (decimal): -339615 or 6410746. OLE color: 6410746.

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

Color convert

RGB25020997-
CMYK00.160.610.02
HSL43.92º93.87%68.04%-
HSV(B)43.92º61.2%98.04%-
XYZ64.3866.7920.81-
YUV208.4965.08157.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 209 (82.03% from 255) = 37.59%
BLUE value IS 97 (38.28% from 255) = 17.45%
R=44.96%
G=37.59%
B=17.45%

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
Decimal2502099700.160.610.0243.9293.8768.04
HexFAD1610103D22c5e44
Octal37232114102075254136104
Binary111110101101000111000010100001111011010110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD161; }

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

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

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

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

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

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

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

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