#FAE96A

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

Shades of Witch Haze #FAE96A

Tints of Witch Haze #FAE96A

Color information

#FAE96A (or 0xFAE96A) is unknown color: approx Witch Haze. HEX triplet: FA, E9 and 6A. RGB value is (250,233,106). Sum of RGB (Red+Green+Blue) = 250+233+106=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 106 (41.80% from 255 or 18.00% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE96A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE96A is #051695. Grayscale: #E0E0E0. Windows color (decimal): -333462 or 7006714. OLE color: 7006714.

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

Color convert

RGB250233106-
CMYK00.070.580.02
HSL52.92º93.51%69.8%-
HSV(B)52.92º57.6%98.04%-
XYZ71.1679.6425.26-
YUV223.661.63146.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 233 (91.41% from 255) = 39.56%
BLUE value IS 106 (41.80% from 255) = 18.00%
R=42.44%
G=39.56%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023310600.070.580.0252.9293.5169.8
HexFAE96A073A2355e46
Octal3723511520772265136106
Binary1111101011101001110101001111110101011010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE96A; }

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

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

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

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

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

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

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

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