Shades of Witch Haze #FCF073
Tints of Witch Haze #FCF073
RGB
CMYK
RGB Variations
Color information
#FCF073 (or 0xFCF073) is known color: Witch Haze. HEX triplet: FC, F0 and 73. RGB value is (252,240,115). Sum of RGB (Red+Green+Blue) = 252+240+115=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 115 (45.31% from 255 or 18.95% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF073 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF073 is #030F8C. Grayscale: #E5E5E5. Windows color (decimal): -200589 or 7598332. OLE color: 7598332.
HSL color Cylindrical-coordinate representation of color #FCF073: hue angle of 54.74º 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 #FCF073 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 115 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.01 |
| HSL | 54.74º | 0.96% | 0.72% | - |
| HSV(B) | 54.74º | 0.54% | 0.99% | - |
| XYZ | 74.4 | 84.25 | 28.56 | - |
| YUV | 229.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 115 | 0 | 0.05 | 0.54 | 0.01 | 54.74 | 0.96 | 0.72 |
| Hex | FC | F0 | 73 | 0 | 5 | 36 | 1 | 37 | 60 | 48 |
| Octal | 374 | 360 | 163 | 0 | 5 | 66 | 1 | 67 | 140 | 110 |
| Binary | 11111100 | 11110000 | 1110011 | 0 | 101 | 110110 | 1 | 110111 | 1100000 | 1001000 |
Color Harmonies of #FCF073
Complementary color
Monochromatic Colors of #FCF073
Black with #FCF073
Text Example
Text Example
White with #FCF073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF073; }
p { color: rgb(252,240,115); }
H1.HeaderClassName
{
color: #FCF073;
}
.AnyTagClassName
{
color: #FCF073;
}
</style>
background-color css
<style>
a { background-color: #FCF073; }
a { background-color: rgb(252,240,115); }
div.DivClassName
{
background-color: #FCF073;
}
.BgClassName
{
background-color: #FCF073;
}
</style>
border-color css
<style>
span { border-color: #FCF073; }
span { border-color: rgb(252,240,115); }
td.TdClassName
{
border-color: #FCF073;
}
.TagClassName
{
border-color: #FCF073;
}
</style>