Shades of Witch Haze #FCF273
Tints of Witch Haze #FCF273
RGB
CMYK
RGB Variations
Color information
#FCF273 (or 0xFCF273) is known color: Witch Haze. HEX triplet: FC, F2 and 73. RGB value is (252,242,115). Sum of RGB (Red+Green+Blue) = 252+242+115=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 115 (45.31% from 255 or 18.88% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF273 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF273 is #030D8C. Grayscale: #E7E7E7. Windows color (decimal): -200077 or 7598844. OLE color: 7598844.
HSL color Cylindrical-coordinate representation of color #FCF273: hue angle of 55.62º 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 #FCF273 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 115 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.01 |
| HSL | 55.62º | 0.96% | 0.72% | - |
| HSV(B) | 55.62º | 0.54% | 0.99% | - |
| XYZ | 74.99 | 85.44 | 28.76 | - |
| YUV | 230.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 115 | 0 | 0.04 | 0.54 | 0.01 | 55.62 | 0.96 | 0.72 |
| Hex | FC | F2 | 73 | 0 | 4 | 36 | 1 | 38 | 60 | 48 |
| Octal | 374 | 362 | 163 | 0 | 4 | 66 | 1 | 70 | 140 | 110 |
| Binary | 11111100 | 11110010 | 1110011 | 0 | 100 | 110110 | 1 | 111000 | 1100000 | 1001000 |
Color Harmonies of #FCF273
Complementary color
Monochromatic Colors of #FCF273
Black with #FCF273
Text Example
Text Example
White with #FCF273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF273; }
p { color: rgb(252,242,115); }
H1.HeaderClassName
{
color: #FCF273;
}
.AnyTagClassName
{
color: #FCF273;
}
</style>
background-color css
<style>
a { background-color: #FCF273; }
a { background-color: rgb(252,242,115); }
div.DivClassName
{
background-color: #FCF273;
}
.BgClassName
{
background-color: #FCF273;
}
</style>
border-color css
<style>
span { border-color: #FCF273; }
span { border-color: rgb(252,242,115); }
td.TdClassName
{
border-color: #FCF273;
}
.TagClassName
{
border-color: #FCF273;
}
</style>