#FAF47F

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

Shades of Witch Haze #FAF47F

Tints of Witch Haze #FAF47F

Color information

#FAF47F (or 0xFAF47F) is unknown color: approx Witch Haze. HEX triplet: FA, F4 and 7F. RGB value is (250,244,127). Sum of RGB (Red+Green+Blue) = 250+244+127=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 127 (50% from 255 or 20.45% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF47F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF47F is #050B80. Grayscale: #E8E8E8. Windows color (decimal): -330625 or 8385786. OLE color: 8385786.

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

Color convert

RGB250244127-
CMYK00.020.490.02
HSL57.07º92.48%73.92%-
HSV(B)57.07º49.2%98.04%-
XYZ75.6186.5632.8-
YUV232.4668.49140.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 244 (95.70% from 255) = 39.29%
BLUE value IS 127 (50% from 255) = 20.45%
R=40.26%
G=39.29%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024412700.020.490.0257.0792.4873.92
HexFAF47F02312395c4a
Octal3723641770261271134112
Binary111110101111010011111110101100011011100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF47F; }

 p { color: rgb(250,244,127); }

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

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

 a { background-color: rgb(250,244,127); }

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

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

 span { border-color: rgb(250,244,127); }

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