Shades of Witch Haze #FCF170
Tints of Witch Haze #FCF170
RGB
CMYK
RGB Variations
Color information
#FCF170 (or 0xFCF170) is known color: Witch Haze. HEX triplet: FC, F1 and 70. RGB value is (252,241,112). Sum of RGB (Red+Green+Blue) = 252+241+112=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 112 (44.14% from 255 or 18.51% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF170 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF170 is #030E8F. Grayscale: #E6E6E6. Windows color (decimal): -200336 or 7401980. OLE color: 7401980.
HSL color Cylindrical-coordinate representation of color #FCF170: hue angle of 55.29º 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 #FCF170 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 112 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.01 |
| HSL | 55.29º | 0.96% | 0.71% | - |
| HSV(B) | 55.29º | 0.56% | 0.99% | - |
| XYZ | 74.52 | 84.78 | 27.76 | - |
| YUV | 229.58 | 61.64 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 112 | 0 | 0.04 | 0.56 | 0.01 | 55.29 | 0.96 | 0.71 |
| Hex | FC | F1 | 70 | 0 | 4 | 38 | 1 | 37 | 60 | 47 |
| Octal | 374 | 361 | 160 | 0 | 4 | 70 | 1 | 67 | 140 | 107 |
| Binary | 11111100 | 11110001 | 1110000 | 0 | 100 | 111000 | 1 | 110111 | 1100000 | 1000111 |
Color Harmonies of #FCF170
Complementary color
Monochromatic Colors of #FCF170
Black with #FCF170
Text Example
Text Example
White with #FCF170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF170; }
p { color: rgb(252,241,112); }
H1.HeaderClassName
{
color: #FCF170;
}
.AnyTagClassName
{
color: #FCF170;
}
</style>
background-color css
<style>
a { background-color: #FCF170; }
a { background-color: rgb(252,241,112); }
div.DivClassName
{
background-color: #FCF170;
}
.BgClassName
{
background-color: #FCF170;
}
</style>
border-color css
<style>
span { border-color: #FCF170; }
span { border-color: rgb(252,241,112); }
td.TdClassName
{
border-color: #FCF170;
}
.TagClassName
{
border-color: #FCF170;
}
</style>