Shades of Witch Haze #FCF56E
Tints of Witch Haze #FCF56E
RGB
CMYK
RGB Variations
Color information
#FCF56E (or 0xFCF56E) is known color: Witch Haze. HEX triplet: FC, F5 and 6E. RGB value is (252,245,110). Sum of RGB (Red+Green+Blue) = 252+245+110=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 110 (43.36% from 255 or 18.12% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF56E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF56E is #030A91. Grayscale: #E8E8E8. Windows color (decimal): -199314 or 7271932. OLE color: 7271932.
HSL color Cylindrical-coordinate representation of color #FCF56E: hue angle of 57.04º 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 #FCF56E is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 110 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.01 |
| HSL | 57.04º | 0.96% | 0.71% | - |
| HSV(B) | 57.04º | 0.56% | 0.99% | - |
| XYZ | 75.61 | 87.13 | 27.58 | - |
| YUV | 231.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 110 | 0 | 0.03 | 0.56 | 0.01 | 57.04 | 0.96 | 0.71 |
| Hex | FC | F5 | 6E | 0 | 3 | 38 | 1 | 39 | 60 | 47 |
| Octal | 374 | 365 | 156 | 0 | 3 | 70 | 1 | 71 | 140 | 107 |
| Binary | 11111100 | 11110101 | 1101110 | 0 | 11 | 111000 | 1 | 111001 | 1100000 | 1000111 |
Color Harmonies of #FCF56E
Complementary color
Monochromatic Colors of #FCF56E
Black with #FCF56E
Text Example
Text Example
White with #FCF56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF56E; }
p { color: rgb(252,245,110); }
H1.HeaderClassName
{
color: #FCF56E;
}
.AnyTagClassName
{
color: #FCF56E;
}
</style>
background-color css
<style>
a { background-color: #FCF56E; }
a { background-color: rgb(252,245,110); }
div.DivClassName
{
background-color: #FCF56E;
}
.BgClassName
{
background-color: #FCF56E;
}
</style>
border-color css
<style>
span { border-color: #FCF56E; }
span { border-color: rgb(252,245,110); }
td.TdClassName
{
border-color: #FCF56E;
}
.TagClassName
{
border-color: #FCF56E;
}
</style>