Shades of Witch Haze #FCEA74
Tints of Witch Haze #FCEA74
RGB
CMYK
RGB Variations
Color information
#FCEA74 (or 0xFCEA74) is known color: Witch Haze. HEX triplet: FC, EA and 74. RGB value is (252,234,116). Sum of RGB (Red+Green+Blue) = 252+234+116=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 116 (45.70% from 255 or 19.27% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA74 is #03158B. Grayscale: #E2E2E2. Windows color (decimal): -202124 or 7662332. OLE color: 7662332.
HSL color Cylindrical-coordinate representation of color #FCEA74: hue angle of 52.06º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCEA74 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 116 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.01 |
| HSL | 52.06º | 0.96% | 0.72% | - |
| HSV(B) | 52.06º | 0.54% | 0.99% | - |
| XYZ | 72.72 | 80.8 | 28.29 | - |
| YUV | 225.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 116 | 0 | 0.07 | 0.54 | 0.01 | 52.06 | 0.96 | 0.72 |
| Hex | FC | EA | 74 | 0 | 7 | 36 | 1 | 34 | 60 | 48 |
| Octal | 374 | 352 | 164 | 0 | 7 | 66 | 1 | 64 | 140 | 110 |
| Binary | 11111100 | 11101010 | 1110100 | 0 | 111 | 110110 | 1 | 110100 | 1100000 | 1001000 |
Color Harmonies of #FCEA74
Complementary color
Monochromatic Colors of #FCEA74
Black with #FCEA74
Text Example
Text Example
White with #FCEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA74; }
p { color: rgb(252,234,116); }
H1.HeaderClassName
{
color: #FCEA74;
}
.AnyTagClassName
{
color: #FCEA74;
}
</style>
background-color css
<style>
a { background-color: #FCEA74; }
a { background-color: rgb(252,234,116); }
div.DivClassName
{
background-color: #FCEA74;
}
.BgClassName
{
background-color: #FCEA74;
}
</style>
border-color css
<style>
span { border-color: #FCEA74; }
span { border-color: rgb(252,234,116); }
td.TdClassName
{
border-color: #FCEA74;
}
.TagClassName
{
border-color: #FCEA74;
}
</style>