#FAF57A

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

Shades of Witch Haze #FAF57A

Tints of Witch Haze #FAF57A

Color information

#FAF57A (or 0xFAF57A) is unknown color: approx Witch Haze. HEX triplet: FA, F5 and 7A. RGB value is (250,245,122). Sum of RGB (Red+Green+Blue) = 250+245+122=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 122 (48.05% from 255 or 19.77% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF57A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF57A is #050A85. Grayscale: #E8E8E8. Windows color (decimal): -330374 or 8058362. OLE color: 8058362.

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

Color convert

RGB250245122-
CMYK00.020.510.02
HSL57.66º92.75%72.94%-
HSV(B)57.66º51.2%98.04%-
XYZ75.5987.0331.23-
YUV232.4765.66140.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 245 (96.09% from 255) = 39.71%
BLUE value IS 122 (48.05% from 255) = 19.77%
R=40.52%
G=39.71%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024512200.020.510.0257.6692.7572.94
HexFAF57A023323a5d49
Octal3723651720263272135111
Binary111110101111010111110100101100111011101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF57A; }

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

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

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

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

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

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

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

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