Shades of Witch Haze #FCF370
Tints of Witch Haze #FCF370
RGB
CMYK
RGB Variations
Color information
#FCF370 (or 0xFCF370) is known color: Witch Haze. HEX triplet: FC, F3 and 70. RGB value is (252,243,112). Sum of RGB (Red+Green+Blue) = 252+243+112=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 112 (44.14% from 255 or 18.45% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF370 is #030C8F. Grayscale: #E7E7E7. Windows color (decimal): -199824 or 7402492. OLE color: 7402492.
HSL color Cylindrical-coordinate representation of color #FCF370: hue angle of 56.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCF370 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 112 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.01 |
| HSL | 56.14º | 0.96% | 0.71% | - |
| HSV(B) | 56.14º | 0.56% | 0.99% | - |
| XYZ | 75.12 | 85.97 | 27.96 | - |
| YUV | 230.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 112 | 0 | 0.04 | 0.56 | 0.01 | 56.14 | 0.96 | 0.71 |
| Hex | FC | F3 | 70 | 0 | 4 | 38 | 1 | 38 | 60 | 47 |
| Octal | 374 | 363 | 160 | 0 | 4 | 70 | 1 | 70 | 140 | 107 |
| Binary | 11111100 | 11110011 | 1110000 | 0 | 100 | 111000 | 1 | 111000 | 1100000 | 1000111 |
Color Harmonies of #FCF370
Complementary color
Monochromatic Colors of #FCF370
Black with #FCF370
Text Example
Text Example
White with #FCF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF370; }
p { color: rgb(252,243,112); }
H1.HeaderClassName
{
color: #FCF370;
}
.AnyTagClassName
{
color: #FCF370;
}
</style>
background-color css
<style>
a { background-color: #FCF370; }
a { background-color: rgb(252,243,112); }
div.DivClassName
{
background-color: #FCF370;
}
.BgClassName
{
background-color: #FCF370;
}
</style>
border-color css
<style>
span { border-color: #FCF370; }
span { border-color: rgb(252,243,112); }
td.TdClassName
{
border-color: #FCF370;
}
.TagClassName
{
border-color: #FCF370;
}
</style>