Shades of Witch Haze #FCF57C
Tints of Witch Haze #FCF57C
RGB
CMYK
RGB Variations
Color information
#FCF57C (or 0xFCF57C) is known color: Witch Haze. HEX triplet: FC, F5 and 7C. RGB value is (252,245,124). Sum of RGB (Red+Green+Blue) = 252+245+124=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 124 (48.83% from 255 or 19.97% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF57C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF57C is #030A83. Grayscale: #E9E9E9. Windows color (decimal): -199300 or 8189436. OLE color: 8189436.
HSL color Cylindrical-coordinate representation of color #FCF57C: hue angle of 56.72º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCF57C is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 124 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.01 |
| HSL | 56.72º | 0.96% | 0.74% | - |
| HSV(B) | 56.72º | 0.51% | 0.99% | - |
| XYZ | 76.44 | 87.46 | 31.92 | - |
| YUV | 233.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 124 | 0 | 0.03 | 0.51 | 0.01 | 56.72 | 0.96 | 0.74 |
| Hex | FC | F5 | 7C | 0 | 3 | 33 | 1 | 39 | 60 | 4A |
| Octal | 374 | 365 | 174 | 0 | 3 | 63 | 1 | 71 | 140 | 112 |
| Binary | 11111100 | 11110101 | 1111100 | 0 | 11 | 110011 | 1 | 111001 | 1100000 | 1001010 |
Color Harmonies of #FCF57C
Complementary color
Monochromatic Colors of #FCF57C
Black with #FCF57C
Text Example
Text Example
White with #FCF57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF57C; }
p { color: rgb(252,245,124); }
H1.HeaderClassName
{
color: #FCF57C;
}
.AnyTagClassName
{
color: #FCF57C;
}
</style>
background-color css
<style>
a { background-color: #FCF57C; }
a { background-color: rgb(252,245,124); }
div.DivClassName
{
background-color: #FCF57C;
}
.BgClassName
{
background-color: #FCF57C;
}
</style>
border-color css
<style>
span { border-color: #FCF57C; }
span { border-color: rgb(252,245,124); }
td.TdClassName
{
border-color: #FCF57C;
}
.TagClassName
{
border-color: #FCF57C;
}
</style>