#FAF47E

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

Shades of Witch Haze #FAF47E

Tints of Witch Haze #FAF47E

Color information

#FAF47E (or 0xFAF47E) is unknown color: approx Witch Haze. HEX triplet: FA, F4 and 7E. RGB value is (250,244,126). Sum of RGB (Red+Green+Blue) = 250+244+126=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 244 (95.70% from 255 or 39.35% from 620); Blue value is 126 (49.61% from 255 or 20.32% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF47E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF47E is #050B81. Grayscale: #E8E8E8. Windows color (decimal): -330626 or 8320250. OLE color: 8320250.

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

Color convert

RGB250244126-
CMYK00.020.500.02
HSL57.1º92.54%73.73%-
HSV(B)57.1º49.6%98.04%-
XYZ75.5486.5332.46-
YUV232.3467.99140.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 244 (95.70% from 255) = 39.35%
BLUE value IS 126 (49.61% from 255) = 20.32%
R=40.32%
G=39.35%
B=20.32%

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
Decimal25024412600.020.500.0257.192.5473.73
HexFAF47E02322395d4a
Octal3723641760262271135112
Binary111110101111010011111100101100101011100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF47E; }

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

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

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

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

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

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

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

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