#FAD365

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

Shades of Dandelion #FAD365

Tints of Dandelion #FAD365

Color information

#FAD365 (or 0xFAD365) is unknown color: approx Dandelion. HEX triplet: FA, D3 and 65. RGB value is (250,211,101). Sum of RGB (Red+Green+Blue) = 250+211+101=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 101 (39.84% from 255 or 17.97% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD365 is #052C9A. Grayscale: #D2D2D2. Windows color (decimal): -339099 or 6673402. OLE color: 6673402.

HSL color Cylindrical-coordinate representation of color #FAD365: hue angle of 44.3º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAD365 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB250211101-
CMYK00.160.600.02
HSL44.3º93.71%68.82%-
HSV(B)44.3º59.6%98.04%-
XYZ65.0767.8521.98-
YUV210.1266.42156.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 211 (82.81% from 255) = 37.54%
BLUE value IS 101 (39.84% from 255) = 17.97%
R=44.48%
G=37.54%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021110100.160.600.0244.393.7168.82
HexFAD3650103C22c5e45
Octal37232314502074254136105
Binary111110101101001111001010100001111001010110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD365; }

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

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

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

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

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

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

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

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