Shades of Witch Haze #FCF081
Tints of Witch Haze #FCF081
RGB
CMYK
RGB Variations
Color information
#FCF081 (or 0xFCF081) is known color: Witch Haze. HEX triplet: FC, F0 and 81. RGB value is (252,240,129). Sum of RGB (Red+Green+Blue) = 252+240+129=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 129 (50.78% from 255 or 20.77% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF081 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF081 is #030F7E. Grayscale: #E7E7E7. Windows color (decimal): -200575 or 8515836. OLE color: 8515836.
HSL color Cylindrical-coordinate representation of color #FCF081: hue angle of 54.15º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCF081 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 129 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.01 |
| HSL | 54.15º | 0.95% | 0.75% | - |
| HSV(B) | 54.15º | 0.49% | 0.99% | - |
| XYZ | 75.27 | 84.6 | 33.13 | - |
| YUV | 230.93 | 70.48 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 129 | 0 | 0.05 | 0.49 | 0.01 | 54.15 | 0.95 | 0.75 |
| Hex | FC | F0 | 81 | 0 | 5 | 31 | 1 | 36 | 5F | 4B |
| Octal | 374 | 360 | 201 | 0 | 5 | 61 | 1 | 66 | 137 | 113 |
| Binary | 11111100 | 11110000 | 10000001 | 0 | 101 | 110001 | 1 | 110110 | 1011111 | 1001011 |
Color Harmonies of #FCF081
Complementary color
Monochromatic Colors of #FCF081
Black with #FCF081
Text Example
Text Example
White with #FCF081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF081; }
p { color: rgb(252,240,129); }
H1.HeaderClassName
{
color: #FCF081;
}
.AnyTagClassName
{
color: #FCF081;
}
</style>
background-color css
<style>
a { background-color: #FCF081; }
a { background-color: rgb(252,240,129); }
div.DivClassName
{
background-color: #FCF081;
}
.BgClassName
{
background-color: #FCF081;
}
</style>
border-color css
<style>
span { border-color: #FCF081; }
span { border-color: rgb(252,240,129); }
td.TdClassName
{
border-color: #FCF081;
}
.TagClassName
{
border-color: #FCF081;
}
</style>