Shades of Witch Haze #FCF270
Tints of Witch Haze #FCF270
RGB
CMYK
RGB Variations
Color information
#FCF270 (or 0xFCF270) is known color: Witch Haze. HEX triplet: FC, F2 and 70. RGB value is (252,242,112). Sum of RGB (Red+Green+Blue) = 252+242+112=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 112 (44.14% from 255 or 18.48% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF270 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF270 is #030D8F. Grayscale: #E6E6E6. Windows color (decimal): -200080 or 7402236. OLE color: 7402236.
HSL color Cylindrical-coordinate representation of color #FCF270: hue angle of 55.71º 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 #FCF270 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 112 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.01 |
| HSL | 55.71º | 0.96% | 0.71% | - |
| HSV(B) | 55.71º | 0.56% | 0.99% | - |
| XYZ | 74.82 | 85.37 | 27.86 | - |
| YUV | 230.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 112 | 0 | 0.04 | 0.56 | 0.01 | 55.71 | 0.96 | 0.71 |
| Hex | FC | F2 | 70 | 0 | 4 | 38 | 1 | 38 | 60 | 47 |
| Octal | 374 | 362 | 160 | 0 | 4 | 70 | 1 | 70 | 140 | 107 |
| Binary | 11111100 | 11110010 | 1110000 | 0 | 100 | 111000 | 1 | 111000 | 1100000 | 1000111 |
Color Harmonies of #FCF270
Complementary color
Monochromatic Colors of #FCF270
Black with #FCF270
Text Example
Text Example
White with #FCF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF270; }
p { color: rgb(252,242,112); }
H1.HeaderClassName
{
color: #FCF270;
}
.AnyTagClassName
{
color: #FCF270;
}
</style>
background-color css
<style>
a { background-color: #FCF270; }
a { background-color: rgb(252,242,112); }
div.DivClassName
{
background-color: #FCF270;
}
.BgClassName
{
background-color: #FCF270;
}
</style>
border-color css
<style>
span { border-color: #FCF270; }
span { border-color: rgb(252,242,112); }
td.TdClassName
{
border-color: #FCF270;
}
.TagClassName
{
border-color: #FCF270;
}
</style>