#FAF97D

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

Shades of Witch Haze #FAF97D

Tints of Witch Haze #FAF97D

Color information

#FAF97D (or 0xFAF97D) is unknown color: approx Witch Haze. HEX triplet: FA, F9 and 7D. RGB value is (250,249,125). Sum of RGB (Red+Green+Blue) = 250+249+125=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 125 (49.22% from 255 or 20.03% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF97D is #050682. Grayscale: #EBEBEB. Windows color (decimal): -329347 or 8255994. OLE color: 8255994.

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

Color convert

RGB250249125-
CMYK00.000.500.02
HSL59.52º92.59%73.53%-
HSV(B)59.52º50%98.04%-
XYZ7789.5632.63-
YUV235.1665.83138.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 249 (97.66% from 255) = 39.90%
BLUE value IS 125 (49.22% from 255) = 20.03%
R=40.06%
G=39.90%
B=20.03%

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
Decimal25024912500.000.500.0259.5292.5973.53
HexFAF97D003223c5d4a
Octal3723711750062274135112
Binary11111010111110011111101001100101011110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF97D; }

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

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

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

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

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

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

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

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