Shades of Witch Haze #FCF276
Tints of Witch Haze #FCF276
RGB
CMYK
RGB Variations
Color information
#FCF276 (or 0xFCF276) is known color: Witch Haze. HEX triplet: FC, F2 and 76. RGB value is (252,242,118). Sum of RGB (Red+Green+Blue) = 252+242+118=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 118 (46.48% from 255 or 19.28% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF276 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF276 is #030D89. Grayscale: #E7E7E7. Windows color (decimal): -200074 or 7795452. OLE color: 7795452.
HSL color Cylindrical-coordinate representation of color #FCF276: hue angle of 55.52º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCF276 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 118 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.01 |
| HSL | 55.52º | 0.96% | 0.73% | - |
| HSV(B) | 55.52º | 0.53% | 0.99% | - |
| XYZ | 75.17 | 85.51 | 29.68 | - |
| YUV | 230.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 118 | 0 | 0.04 | 0.53 | 0.01 | 55.52 | 0.96 | 0.73 |
| Hex | FC | F2 | 76 | 0 | 4 | 35 | 1 | 38 | 60 | 49 |
| Octal | 374 | 362 | 166 | 0 | 4 | 65 | 1 | 70 | 140 | 111 |
| Binary | 11111100 | 11110010 | 1110110 | 0 | 100 | 110101 | 1 | 111000 | 1100000 | 1001001 |
Color Harmonies of #FCF276
Complementary color
Monochromatic Colors of #FCF276
Black with #FCF276
Text Example
Text Example
White with #FCF276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF276; }
p { color: rgb(252,242,118); }
H1.HeaderClassName
{
color: #FCF276;
}
.AnyTagClassName
{
color: #FCF276;
}
</style>
background-color css
<style>
a { background-color: #FCF276; }
a { background-color: rgb(252,242,118); }
div.DivClassName
{
background-color: #FCF276;
}
.BgClassName
{
background-color: #FCF276;
}
</style>
border-color css
<style>
span { border-color: #FCF276; }
span { border-color: rgb(252,242,118); }
td.TdClassName
{
border-color: #FCF276;
}
.TagClassName
{
border-color: #FCF276;
}
</style>