Shades of Witch Haze #FCF07A
Tints of Witch Haze #FCF07A
RGB
CMYK
RGB Variations
Color information
#FCF07A (or 0xFCF07A) is known color: Witch Haze. HEX triplet: FC, F0 and 7A. RGB value is (252,240,122). Sum of RGB (Red+Green+Blue) = 252+240+122=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 122 (48.05% from 255 or 19.87% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF07A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF07A is #030F85. Grayscale: #E6E6E6. Windows color (decimal): -200582 or 8057084. OLE color: 8057084.
HSL color Cylindrical-coordinate representation of color #FCF07A: hue angle of 54.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCF07A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 122 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.01 |
| HSL | 54.46º | 0.96% | 0.73% | - |
| HSV(B) | 54.46º | 0.52% | 0.99% | - |
| XYZ | 74.82 | 84.42 | 30.76 | - |
| YUV | 230.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 122 | 0 | 0.05 | 0.52 | 0.01 | 54.46 | 0.96 | 0.73 |
| Hex | FC | F0 | 7A | 0 | 5 | 34 | 1 | 36 | 60 | 49 |
| Octal | 374 | 360 | 172 | 0 | 5 | 64 | 1 | 66 | 140 | 111 |
| Binary | 11111100 | 11110000 | 1111010 | 0 | 101 | 110100 | 1 | 110110 | 1100000 | 1001001 |
Color Harmonies of #FCF07A
Complementary color
Monochromatic Colors of #FCF07A
Black with #FCF07A
Text Example
Text Example
White with #FCF07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF07A; }
p { color: rgb(252,240,122); }
H1.HeaderClassName
{
color: #FCF07A;
}
.AnyTagClassName
{
color: #FCF07A;
}
</style>
background-color css
<style>
a { background-color: #FCF07A; }
a { background-color: rgb(252,240,122); }
div.DivClassName
{
background-color: #FCF07A;
}
.BgClassName
{
background-color: #FCF07A;
}
</style>
border-color css
<style>
span { border-color: #FCF07A; }
span { border-color: rgb(252,240,122); }
td.TdClassName
{
border-color: #FCF07A;
}
.TagClassName
{
border-color: #FCF07A;
}
</style>