#FAF482

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

Shades of Witch Haze #FAF482

Tints of Witch Haze #FAF482

Color information

#FAF482 (or 0xFAF482) is unknown color: approx Witch Haze. HEX triplet: FA, F4 and 82. RGB value is (250,244,130). Sum of RGB (Red+Green+Blue) = 250+244+130=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 130 (51.17% from 255 or 20.83% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF482 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF482 is #050B7D. Grayscale: #E9E9E9. Windows color (decimal): -330622 or 8582394. OLE color: 8582394.

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

Color convert

RGB250244130-
CMYK00.020.480.02
HSL57º92.31%74.51%-
HSV(B)57º48%98.04%-
XYZ75.886.6433.85-
YUV232.869.99140.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 244 (95.70% from 255) = 39.10%
BLUE value IS 130 (51.17% from 255) = 20.83%
R=40.06%
G=39.10%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024413000.020.480.025792.3174.51
HexFAF48202302395c4b
Octal3723642020260271134113
Binary1111101011110100100000100101100001011100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF482; }

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

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

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

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

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

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

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

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