#FAE86E

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

Shades of Witch Haze #FAE86E

Tints of Witch Haze #FAE86E

Color information

#FAE86E (or 0xFAE86E) is unknown color: approx Witch Haze. HEX triplet: FA, E8 and 6E. RGB value is (250,232,110). Sum of RGB (Red+Green+Blue) = 250+232+110=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 110 (43.36% from 255 or 18.58% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE86E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE86E is #051791. Grayscale: #DFDFDF. Windows color (decimal): -333714 or 7268602. OLE color: 7268602.

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

Color convert

RGB250232110-
CMYK00.070.560.02
HSL52.29º93.33%70.59%-
HSV(B)52.29º56%98.04%-
XYZ71.179.1626.28-
YUV223.4763.96146.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 232 (91.02% from 255) = 39.19%
BLUE value IS 110 (43.36% from 255) = 18.58%
R=42.23%
G=39.19%
B=18.58%

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
Decimal25023211000.070.560.0252.2993.3370.59
HexFAE86E07382345d47
Octal3723501560770264135107
Binary1111101011101000110111001111110001011010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE86E; }

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

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

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

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

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

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

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

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