#FAD465

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

Shades of Dandelion #FAD465

Tints of Dandelion #FAD465

Color information

#FAD465 (or 0xFAD465) is unknown color: approx Dandelion. HEX triplet: FA, D4 and 65. RGB value is (250,212,101). Sum of RGB (Red+Green+Blue) = 250+212+101=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD465 is #052B9A. Grayscale: #D3D3D3. Windows color (decimal): -338843 or 6673658. OLE color: 6673658.

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

Color convert

RGB250212101-
CMYK00.150.600.02
HSL44.7º93.71%68.82%-
HSV(B)44.7º59.6%98.04%-
XYZ65.3268.3522.06-
YUV210.7166.09156.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 212 (83.20% from 255) = 37.66%
BLUE value IS 101 (39.84% from 255) = 17.94%
R=44.40%
G=37.66%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021210100.150.600.0244.793.7168.82
HexFAD4650F3C22d5e45
Octal37232414501774255136105
Binary11111010110101001100101011111111001010110110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD465; }

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

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

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

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

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

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

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

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