Shades of Witch Haze #FCF87A
Tints of Witch Haze #FCF87A
RGB
CMYK
RGB Variations
Color information
#FCF87A (or 0xFCF87A) is known color: Witch Haze. HEX triplet: FC, F8 and 7A. RGB value is (252,248,122). Sum of RGB (Red+Green+Blue) = 252+248+122=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 122 (48.05% from 255 or 19.61% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF87A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF87A is #030785. Grayscale: #EBEBEB. Windows color (decimal): -198534 or 8059132. OLE color: 8059132.
HSL color Cylindrical-coordinate representation of color #FCF87A: hue angle of 58.15º 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 #FCF87A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 122 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.01 |
| HSL | 58.15º | 0.96% | 0.73% | - |
| HSV(B) | 58.15º | 0.52% | 0.99% | - |
| XYZ | 77.23 | 89.24 | 31.57 | - |
| YUV | 234.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 122 | 0 | 0.02 | 0.52 | 0.01 | 58.15 | 0.96 | 0.73 |
| Hex | FC | F8 | 7A | 0 | 2 | 34 | 1 | 3A | 60 | 49 |
| Octal | 374 | 370 | 172 | 0 | 2 | 64 | 1 | 72 | 140 | 111 |
| Binary | 11111100 | 11111000 | 1111010 | 0 | 10 | 110100 | 1 | 111010 | 1100000 | 1001001 |
Color Harmonies of #FCF87A
Complementary color
Monochromatic Colors of #FCF87A
Black with #FCF87A
Text Example
Text Example
White with #FCF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF87A; }
p { color: rgb(252,248,122); }
H1.HeaderClassName
{
color: #FCF87A;
}
.AnyTagClassName
{
color: #FCF87A;
}
</style>
background-color css
<style>
a { background-color: #FCF87A; }
a { background-color: rgb(252,248,122); }
div.DivClassName
{
background-color: #FCF87A;
}
.BgClassName
{
background-color: #FCF87A;
}
</style>
border-color css
<style>
span { border-color: #FCF87A; }
span { border-color: rgb(252,248,122); }
td.TdClassName
{
border-color: #FCF87A;
}
.TagClassName
{
border-color: #FCF87A;
}
</style>