#FAE86C

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

Shades of Witch Haze #FAE86C

Tints of Witch Haze #FAE86C

Color information

#FAE86C (or 0xFAE86C) is unknown color: approx Witch Haze. HEX triplet: FA, E8 and 6C. RGB value is (250,232,108). Sum of RGB (Red+Green+Blue) = 250+232+108=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 108 (42.58% from 255 or 18.31% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE86C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE86C is #051793. Grayscale: #DFDFDF. Windows color (decimal): -333716 or 7137530. OLE color: 7137530.

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

Color convert

RGB250232108-
CMYK00.070.570.02
HSL52.39º93.42%70.2%-
HSV(B)52.39º56.8%98.04%-
XYZ70.9979.1225.72-
YUV223.2562.96147.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 232 (91.02% from 255) = 39.32%
BLUE value IS 108 (42.58% from 255) = 18.31%
R=42.37%
G=39.32%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023210800.070.570.0252.3993.4270.2
HexFAE86C07392345d46
Octal3723501540771264135106
Binary1111101011101000110110001111110011011010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE86C; }

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

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

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

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

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

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

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

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