#FAF182

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

Shades of Witch Haze #FAF182

Tints of Witch Haze #FAF182

Color information

#FAF182 (or 0xFAF182) is unknown color: approx Witch Haze. HEX triplet: FA, F1 and 82. RGB value is (250,241,130). Sum of RGB (Red+Green+Blue) = 250+241+130=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 130 (51.17% from 255 or 20.93% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF182 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF182 is #050E7D. Grayscale: #E7E7E7. Windows color (decimal): -331390 or 8581626. OLE color: 8581626.

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

Color convert

RGB250241130-
CMYK00.040.480.02
HSL55.5º92.31%74.51%-
HSV(B)55.5º48%98.04%-
XYZ74.9184.8533.55-
YUV231.0470.98141.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 130 (51.17% from 255) = 20.93%
R=40.26%
G=38.81%
B=20.93%

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
Decimal25024113000.040.480.0255.592.3174.51
HexFAF18204302385c4b
Octal3723612020460270134113
Binary11111010111100011000001001001100001011100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF182; }

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

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

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

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

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

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

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

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