Shades of Witch Haze #FCF278
Tints of Witch Haze #FCF278
RGB
CMYK
RGB Variations
Color information
#FCF278 (or 0xFCF278) is known color: Witch Haze. HEX triplet: FC, F2 and 78. RGB value is (252,242,120). Sum of RGB (Red+Green+Blue) = 252+242+120=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 120 (47.27% from 255 or 19.54% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF278 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF278 is #030D87. Grayscale: #E7E7E7. Windows color (decimal): -200072 or 7926524. OLE color: 7926524.
HSL color Cylindrical-coordinate representation of color #FCF278: hue angle of 55.45º 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 #FCF278 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 120 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.01 |
| HSL | 55.45º | 0.96% | 0.73% | - |
| HSV(B) | 55.45º | 0.52% | 0.99% | - |
| XYZ | 75.29 | 85.56 | 30.32 | - |
| YUV | 231.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 120 | 0 | 0.04 | 0.52 | 0.01 | 55.45 | 0.96 | 0.73 |
| Hex | FC | F2 | 78 | 0 | 4 | 34 | 1 | 37 | 60 | 49 |
| Octal | 374 | 362 | 170 | 0 | 4 | 64 | 1 | 67 | 140 | 111 |
| Binary | 11111100 | 11110010 | 1111000 | 0 | 100 | 110100 | 1 | 110111 | 1100000 | 1001001 |
Color Harmonies of #FCF278
Complementary color
Monochromatic Colors of #FCF278
Black with #FCF278
Text Example
Text Example
White with #FCF278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF278; }
p { color: rgb(252,242,120); }
H1.HeaderClassName
{
color: #FCF278;
}
.AnyTagClassName
{
color: #FCF278;
}
</style>
background-color css
<style>
a { background-color: #FCF278; }
a { background-color: rgb(252,242,120); }
div.DivClassName
{
background-color: #FCF278;
}
.BgClassName
{
background-color: #FCF278;
}
</style>
border-color css
<style>
span { border-color: #FCF278; }
span { border-color: rgb(252,242,120); }
td.TdClassName
{
border-color: #FCF278;
}
.TagClassName
{
border-color: #FCF278;
}
</style>