Shades of Witch Haze #FCF373
Tints of Witch Haze #FCF373
RGB
CMYK
RGB Variations
Color information
#FCF373 (or 0xFCF373) is known color: Witch Haze. HEX triplet: FC, F3 and 73. RGB value is (252,243,115). Sum of RGB (Red+Green+Blue) = 252+243+115=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 115 (45.31% from 255 or 18.85% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF373 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF373 is #030C8C. Grayscale: #E7E7E7. Windows color (decimal): -199821 or 7599100. OLE color: 7599100.
HSL color Cylindrical-coordinate representation of color #FCF373: hue angle of 56.06º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCF373 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 115 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.01 |
| HSL | 56.06º | 0.96% | 0.72% | - |
| HSV(B) | 56.06º | 0.54% | 0.99% | - |
| XYZ | 75.29 | 86.03 | 28.86 | - |
| YUV | 231.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 115 | 0 | 0.04 | 0.54 | 0.01 | 56.06 | 0.96 | 0.72 |
| Hex | FC | F3 | 73 | 0 | 4 | 36 | 1 | 38 | 60 | 48 |
| Octal | 374 | 363 | 163 | 0 | 4 | 66 | 1 | 70 | 140 | 110 |
| Binary | 11111100 | 11110011 | 1110011 | 0 | 100 | 110110 | 1 | 111000 | 1100000 | 1001000 |
Color Harmonies of #FCF373
Complementary color
Monochromatic Colors of #FCF373
Black with #FCF373
Text Example
Text Example
White with #FCF373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF373; }
p { color: rgb(252,243,115); }
H1.HeaderClassName
{
color: #FCF373;
}
.AnyTagClassName
{
color: #FCF373;
}
</style>
background-color css
<style>
a { background-color: #FCF373; }
a { background-color: rgb(252,243,115); }
div.DivClassName
{
background-color: #FCF373;
}
.BgClassName
{
background-color: #FCF373;
}
</style>
border-color css
<style>
span { border-color: #FCF373; }
span { border-color: rgb(252,243,115); }
td.TdClassName
{
border-color: #FCF373;
}
.TagClassName
{
border-color: #FCF373;
}
</style>