#FAF57E

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

Shades of Witch Haze #FAF57E

Tints of Witch Haze #FAF57E

Color information

#FAF57E (or 0xFAF57E) is unknown color: approx Witch Haze. HEX triplet: FA, F5 and 7E. RGB value is (250,245,126). Sum of RGB (Red+Green+Blue) = 250+245+126=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 126 (49.61% from 255 or 20.29% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF57E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF57E is #050A81. Grayscale: #E9E9E9. Windows color (decimal): -330370 or 8320506. OLE color: 8320506.

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

Color convert

RGB250245126-
CMYK00.020.500.02
HSL57.58º92.54%73.73%-
HSV(B)57.58º49.6%98.04%-
XYZ75.8487.1432.56-
YUV232.9367.66140.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 245 (96.09% from 255) = 39.45%
BLUE value IS 126 (49.61% from 255) = 20.29%
R=40.26%
G=39.45%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024512600.020.500.0257.5892.5473.73
HexFAF57E023223a5d4a
Octal3723651760262272135112
Binary111110101111010111111100101100101011101010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF57E; }

 p { color: rgb(250,245,126); }

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

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

 a { background-color: rgb(250,245,126); }

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

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

 span { border-color: rgb(250,245,126); }

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