Shades of Witch Haze #FCF37C
Tints of Witch Haze #FCF37C
RGB
CMYK
RGB Variations
Color information
#FCF37C (or 0xFCF37C) is known color: Witch Haze. HEX triplet: FC, F3 and 7C. RGB value is (252,243,124). Sum of RGB (Red+Green+Blue) = 252+243+124=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 124 (48.83% from 255 or 20.03% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF37C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF37C is #030C83. Grayscale: #E8E8E8. Windows color (decimal): -199812 or 8188924. OLE color: 8188924.
HSL color Cylindrical-coordinate representation of color #FCF37C: hue angle of 55.78º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCF37C is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 124 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.01 |
| HSL | 55.78º | 0.96% | 0.74% | - |
| HSV(B) | 55.78º | 0.51% | 0.99% | - |
| XYZ | 75.83 | 86.25 | 31.72 | - |
| YUV | 232.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 124 | 0 | 0.04 | 0.51 | 0.01 | 55.78 | 0.96 | 0.74 |
| Hex | FC | F3 | 7C | 0 | 4 | 33 | 1 | 38 | 60 | 4A |
| Octal | 374 | 363 | 174 | 0 | 4 | 63 | 1 | 70 | 140 | 112 |
| Binary | 11111100 | 11110011 | 1111100 | 0 | 100 | 110011 | 1 | 111000 | 1100000 | 1001010 |
Color Harmonies of #FCF37C
Complementary color
Monochromatic Colors of #FCF37C
Black with #FCF37C
Text Example
Text Example
White with #FCF37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF37C; }
p { color: rgb(252,243,124); }
H1.HeaderClassName
{
color: #FCF37C;
}
.AnyTagClassName
{
color: #FCF37C;
}
</style>
background-color css
<style>
a { background-color: #FCF37C; }
a { background-color: rgb(252,243,124); }
div.DivClassName
{
background-color: #FCF37C;
}
.BgClassName
{
background-color: #FCF37C;
}
</style>
border-color css
<style>
span { border-color: #FCF37C; }
span { border-color: rgb(252,243,124); }
td.TdClassName
{
border-color: #FCF37C;
}
.TagClassName
{
border-color: #FCF37C;
}
</style>