#FAF082

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

Shades of Witch Haze #FAF082

Tints of Witch Haze #FAF082

Color information

#FAF082 (or 0xFAF082) is unknown color: approx Witch Haze. HEX triplet: FA, F0 and 82. RGB value is (250,240,130). Sum of RGB (Red+Green+Blue) = 250+240+130=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 130 (51.17% from 255 or 20.97% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF082 is #050F7D. Grayscale: #E6E6E6. Windows color (decimal): -331646 or 8581370. OLE color: 8581370.

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

Color convert

RGB250240130-
CMYK00.040.480.02
HSL55º92.31%74.51%-
HSV(B)55º48%98.04%-
XYZ74.6184.2633.45-
YUV230.4571.31141.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 240 (94.14% from 255) = 38.71%
BLUE value IS 130 (51.17% from 255) = 20.97%
R=40.32%
G=38.71%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024013000.040.480.025592.3174.51
HexFAF08204302375c4b
Octal3723602020460267134113
Binary11111010111100001000001001001100001011011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF082; }

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

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

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

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

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

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

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

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