#FAD75E

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

Shades of Dandelion #FAD75E

Tints of Dandelion #FAD75E

Color information

#FAD75E (or 0xFAD75E) is unknown color: approx Dandelion. HEX triplet: FA, D7 and 5E. RGB value is (250,215,94). Sum of RGB (Red+Green+Blue) = 250+215+94=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 94 (37.11% from 255 or 16.82% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD75E is #0528A1. Grayscale: #D4D4D4. Windows color (decimal): -338082 or 6215674. OLE color: 6215674.

HSL color Cylindrical-coordinate representation of color #FAD75E: hue angle of 46.54º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAD75E is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25021594-
CMYK00.140.620.02
HSL46.54º93.98%67.45%-
HSV(B)46.54º62.4%98.04%-
XYZ65.7569.7320.58-
YUV211.6761.6155.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 215 (84.38% from 255) = 38.46%
BLUE value IS 94 (37.11% from 255) = 16.82%
R=44.72%
G=38.46%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502159400.140.620.0246.5493.9867.45
HexFAD75E0E3E22f5e43
Octal37232713601676257136103
Binary11111010110101111011110011101111101010111110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD75E; }

 p { color: rgb(250,215,94); }

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

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

 a { background-color: rgb(250,215,94); }

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

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

 span { border-color: rgb(250,215,94); }

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