Shades of Witch Haze #FCF06E
Tints of Witch Haze #FCF06E
RGB
CMYK
RGB Variations
Color information
#FCF06E (or 0xFCF06E) is known color: Witch Haze. HEX triplet: FC, F0 and 6E. RGB value is (252,240,110). Sum of RGB (Red+Green+Blue) = 252+240+110=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 110 (43.36% from 255 or 18.27% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF06E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF06E is #030F91. Grayscale: #E5E5E5. Windows color (decimal): -200594 or 7270652. OLE color: 7270652.
HSL color Cylindrical-coordinate representation of color #FCF06E: hue angle of 54.93º 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 #FCF06E is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 110 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.01 |
| HSL | 54.93º | 0.96% | 0.71% | - |
| HSV(B) | 54.93º | 0.56% | 0.99% | - |
| XYZ | 74.12 | 84.14 | 27.09 | - |
| YUV | 228.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 110 | 0 | 0.05 | 0.56 | 0.01 | 54.93 | 0.96 | 0.71 |
| Hex | FC | F0 | 6E | 0 | 5 | 38 | 1 | 37 | 60 | 47 |
| Octal | 374 | 360 | 156 | 0 | 5 | 70 | 1 | 67 | 140 | 107 |
| Binary | 11111100 | 11110000 | 1101110 | 0 | 101 | 111000 | 1 | 110111 | 1100000 | 1000111 |
Color Harmonies of #FCF06E
Complementary color
Monochromatic Colors of #FCF06E
Black with #FCF06E
Text Example
Text Example
White with #FCF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF06E; }
p { color: rgb(252,240,110); }
H1.HeaderClassName
{
color: #FCF06E;
}
.AnyTagClassName
{
color: #FCF06E;
}
</style>
background-color css
<style>
a { background-color: #FCF06E; }
a { background-color: rgb(252,240,110); }
div.DivClassName
{
background-color: #FCF06E;
}
.BgClassName
{
background-color: #FCF06E;
}
</style>
border-color css
<style>
span { border-color: #FCF06E; }
span { border-color: rgb(252,240,110); }
td.TdClassName
{
border-color: #FCF06E;
}
.TagClassName
{
border-color: #FCF06E;
}
</style>