#FAF97E

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

Shades of Witch Haze #FAF97E

Tints of Witch Haze #FAF97E

Color information

#FAF97E (or 0xFAF97E) is unknown color: approx Witch Haze. HEX triplet: FA, F9 and 7E. RGB value is (250,249,126). Sum of RGB (Red+Green+Blue) = 250+249+126=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 126 (49.61% from 255 or 20.16% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF97E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF97E is #050681. Grayscale: #EBEBEB. Windows color (decimal): -329346 or 8321530. OLE color: 8321530.

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

Color convert

RGB250249126-
CMYK00.000.500.02
HSL59.52º92.54%73.73%-
HSV(B)59.52º49.6%98.04%-
XYZ77.0789.5832.97-
YUV235.2866.33138.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 249 (97.66% from 255) = 39.84%
BLUE value IS 126 (49.61% from 255) = 20.16%
R=40%
G=39.84%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024912600.000.500.0259.5292.5473.73
HexFAF97E003223c5d4a
Octal3723711760062274135112
Binary11111010111110011111110001100101011110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF97E; }

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

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

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

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

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

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

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

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