Shades of Witch Haze #FCEA79
Tints of Witch Haze #FCEA79
RGB
CMYK
RGB Variations
Color information
#FCEA79 (or 0xFCEA79) is known color: Witch Haze. HEX triplet: FC, EA and 79. RGB value is (252,234,121). Sum of RGB (Red+Green+Blue) = 252+234+121=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 121 (47.66% from 255 or 19.93% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA79 is #031586. Grayscale: #E2E2E2. Windows color (decimal): -202119 or 7990012. OLE color: 7990012.
HSL color Cylindrical-coordinate representation of color #FCEA79: hue angle of 51.76º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCEA79 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 121 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.01 |
| HSL | 51.76º | 0.96% | 0.73% | - |
| HSV(B) | 51.76º | 0.52% | 0.99% | - |
| XYZ | 73.02 | 80.92 | 29.86 | - |
| YUV | 226.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 121 | 0 | 0.07 | 0.52 | 0.01 | 51.76 | 0.96 | 0.73 |
| Hex | FC | EA | 79 | 0 | 7 | 34 | 1 | 34 | 60 | 49 |
| Octal | 374 | 352 | 171 | 0 | 7 | 64 | 1 | 64 | 140 | 111 |
| Binary | 11111100 | 11101010 | 1111001 | 0 | 111 | 110100 | 1 | 110100 | 1100000 | 1001001 |
Color Harmonies of #FCEA79
Complementary color
Monochromatic Colors of #FCEA79
Black with #FCEA79
Text Example
Text Example
White with #FCEA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA79; }
p { color: rgb(252,234,121); }
H1.HeaderClassName
{
color: #FCEA79;
}
.AnyTagClassName
{
color: #FCEA79;
}
</style>
background-color css
<style>
a { background-color: #FCEA79; }
a { background-color: rgb(252,234,121); }
div.DivClassName
{
background-color: #FCEA79;
}
.BgClassName
{
background-color: #FCEA79;
}
</style>
border-color css
<style>
span { border-color: #FCEA79; }
span { border-color: rgb(252,234,121); }
td.TdClassName
{
border-color: #FCEA79;
}
.TagClassName
{
border-color: #FCEA79;
}
</style>