Shades of Witch Haze #FAF081
Tints of Witch Haze #FAF081
RGB
CMYK
RGB Variations
Color information
#FAF081 (or 0xFAF081) is known color: Witch Haze. HEX triplet: FA, F0 and 81. RGB value is (250,240,129). Sum of RGB (Red+Green+Blue) = 250+240+129=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 129 (50.78% from 255 or 20.84% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF081 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF081 is #050F7E. Grayscale: #E6E6E6. Windows color (decimal): -331647 or 8515834. OLE color: 8515834.
HSL color Cylindrical-coordinate representation of color #FAF081: hue angle of 55.04º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAF081 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 129 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.02 |
| HSL | 55.04º | 0.92% | 0.74% | - |
| HSV(B) | 55.04º | 0.48% | 0.98% | - |
| XYZ | 74.55 | 84.23 | 33.1 | - |
| YUV | 230.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 129 | 0 | 0.04 | 0.48 | 0.02 | 55.04 | 0.92 | 0.74 |
| Hex | FA | F0 | 81 | 0 | 4 | 30 | 2 | 37 | 5C | 4A |
| Octal | 372 | 360 | 201 | 0 | 4 | 60 | 2 | 67 | 134 | 112 |
| Binary | 11111010 | 11110000 | 10000001 | 0 | 100 | 110000 | 10 | 110111 | 1011100 | 1001010 |
Color Harmonies of #FAF081
Complementary color
Monochromatic Colors of #FAF081
Black with #FAF081
Text Example
Text Example
White with #FAF081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF081; }
p { color: rgb(250,240,129); }
H1.HeaderClassName
{
color: #FAF081;
}
.AnyTagClassName
{
color: #FAF081;
}
</style>
background-color css
<style>
a { background-color: #FAF081; }
a { background-color: rgb(250,240,129); }
div.DivClassName
{
background-color: #FAF081;
}
.BgClassName
{
background-color: #FAF081;
}
</style>
border-color css
<style>
span { border-color: #FAF081; }
span { border-color: rgb(250,240,129); }
td.TdClassName
{
border-color: #FAF081;
}
.TagClassName
{
border-color: #FAF081;
}
</style>