#FAE96E

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

Shades of Witch Haze #FAE96E

Tints of Witch Haze #FAE96E

Color information

#FAE96E (or 0xFAE96E) is unknown color: approx Witch Haze. HEX triplet: FA, E9 and 6E. RGB value is (250,233,110). Sum of RGB (Red+Green+Blue) = 250+233+110=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 110 (43.36% from 255 or 18.55% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE96E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE96E is #051691. Grayscale: #E0E0E0. Windows color (decimal): -333458 or 7268858. OLE color: 7268858.

HSL color Cylindrical-coordinate representation of color #FAE96E: hue angle of 52.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAE96E is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB250233110-
CMYK00.070.560.02
HSL52.71º93.33%70.59%-
HSV(B)52.71º56%98.04%-
XYZ71.3879.7326.38-
YUV224.0663.63146.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 233 (91.41% from 255) = 39.29%
BLUE value IS 110 (43.36% from 255) = 18.55%
R=42.16%
G=39.29%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023311000.070.560.0252.7193.3370.59
HexFAE96E07382355d47
Octal3723511560770265135107
Binary1111101011101001110111001111110001011010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE96E; }

 p { color: rgb(250,233,110); }

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

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

 a { background-color: rgb(250,233,110); }

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

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

 span { border-color: rgb(250,233,110); }

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