#FAF77A

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

Shades of Witch Haze #FAF77A

Tints of Witch Haze #FAF77A

Color information

#FAF77A (or 0xFAF77A) is unknown color: approx Witch Haze. HEX triplet: FA, F7 and 7A. RGB value is (250,247,122). Sum of RGB (Red+Green+Blue) = 250+247+122=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 122 (48.05% from 255 or 19.71% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF77A is #050885. Grayscale: #EAEAEA. Windows color (decimal): -329862 or 8058874. OLE color: 8058874.

HSL color Cylindrical-coordinate representation of color #FAF77A: hue angle of 58.59º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAF77A is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB250247122-
CMYK00.010.510.02
HSL58.59º92.75%72.94%-
HSV(B)58.59º51.2%98.04%-
XYZ76.288.2531.43-
YUV233.6564.99139.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 247 (96.88% from 255) = 39.90%
BLUE value IS 122 (48.05% from 255) = 19.71%
R=40.39%
G=39.90%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024712200.010.510.0258.5992.7572.94
HexFAF77A013323b5d49
Octal3723671720163273135111
Binary11111010111101111111010011100111011101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF77A; }

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

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

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

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

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

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

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

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