#FAEF6A

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

Shades of Witch Haze #FAEF6A

Tints of Witch Haze #FAEF6A

Color information

#FAEF6A (or 0xFAEF6A) is unknown color: approx Witch Haze. HEX triplet: FA, EF and 6A. RGB value is (250,239,106). Sum of RGB (Red+Green+Blue) = 250+239+106=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 106 (41.80% from 255 or 17.82% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEF6A is #051095. Grayscale: #E3E3E3. Windows color (decimal): -331926 or 7008250. OLE color: 7008250.

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

Color convert

RGB250239106-
CMYK00.040.580.02
HSL55.42º93.51%69.8%-
HSV(B)55.42º57.6%98.04%-
XYZ72.8983.125.83-
YUV227.1359.64144.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 239 (93.75% from 255) = 40.17%
BLUE value IS 106 (41.80% from 255) = 17.82%
R=42.02%
G=40.17%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023910600.040.580.0255.4293.5169.8
HexFAEF6A043A2375e46
Octal3723571520472267136106
Binary1111101011101111110101001001110101011011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEF6A; }

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

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

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

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

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

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

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

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