#FAF77E

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

Shades of Witch Haze #FAF77E

Tints of Witch Haze #FAF77E

Color information

#FAF77E (or 0xFAF77E) is unknown color: approx Witch Haze. HEX triplet: FA, F7 and 7E. RGB value is (250,247,126). Sum of RGB (Red+Green+Blue) = 250+247+126=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 126 (49.61% from 255 or 20.22% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF77E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF77E is #050881. Grayscale: #EAEAEA. Windows color (decimal): -329858 or 8321018. OLE color: 8321018.

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

Color convert

RGB250247126-
CMYK00.010.500.02
HSL58.55º92.54%73.73%-
HSV(B)58.55º49.6%98.04%-
XYZ76.4588.3532.76-
YUV234.166.99139.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 247 (96.88% from 255) = 39.65%
BLUE value IS 126 (49.61% from 255) = 20.22%
R=40.13%
G=39.65%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024712600.010.500.0258.5592.5473.73
HexFAF77E013223b5d4a
Octal3723671760162273135112
Binary11111010111101111111110011100101011101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF77E; }

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

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

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

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

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

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

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

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