#FAE164

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

Shades of Dandelion #FAE164

Tints of Dandelion #FAE164

Color information

#FAE164 (or 0xFAE164) is unknown color: approx Dandelion. HEX triplet: FA, E1 and 64. RGB value is (250,225,100). Sum of RGB (Red+Green+Blue) = 250+225+100=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 100 (39.45% from 255 or 17.39% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE164 is #051E9B. Grayscale: #DADADA. Windows color (decimal): -335516 or 6611450. OLE color: 6611450.

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

Color convert

RGB250225100-
CMYK00.100.60.02
HSL50º93.75%68.63%-
HSV(B)50º60%98.04%-
XYZ68.6575.0922.93-
YUV218.2261.28150.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 225 (88.28% from 255) = 39.13%
BLUE value IS 100 (39.45% from 255) = 17.39%
R=43.48%
G=39.13%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.6
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022510000.100.60.025093.7568.63
HexFAE1640A3C2325e45
Octal37234114401274262136105
Binary11111010111000011100100010101111001011001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE164; }

 p { color: rgb(250,225,100); }

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

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

 a { background-color: rgb(250,225,100); }

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

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

 span { border-color: rgb(250,225,100); }

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