#FAEE6B

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

Shades of Witch Haze #FAEE6B

Tints of Witch Haze #FAEE6B

Color information

#FAEE6B (or 0xFAEE6B) is unknown color: approx Witch Haze. HEX triplet: FA, EE and 6B. RGB value is (250,238,107). Sum of RGB (Red+Green+Blue) = 250+238+107=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 107 (42.19% from 255 or 17.98% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEE6B is #051194. Grayscale: #E3E3E3. Windows color (decimal): -332181 or 7073530. OLE color: 7073530.

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

Color convert

RGB250238107-
CMYK00.050.570.02
HSL54.97º93.46%70%-
HSV(B)54.97º57.2%98.04%-
XYZ72.6582.5326.01-
YUV226.6560.48144.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 107 (42.19% from 255) = 17.98%
R=42.02%
G=40%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023810700.050.570.0254.9793.4670
HexFAEE6B05392375d46
Octal3723561530571267135106
Binary1111101011101110110101101011110011011011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEE6B; }

 p { color: rgb(250,238,107); }

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

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

 a { background-color: rgb(250,238,107); }

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

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

 span { border-color: rgb(250,238,107); }

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