Shades of Witch Haze #FCEF76
Tints of Witch Haze #FCEF76
RGB
CMYK
RGB Variations
Color information
#FCEF76 (or 0xFCEF76) is known color: Witch Haze. HEX triplet: FC, EF and 76. RGB value is (252,239,118). Sum of RGB (Red+Green+Blue) = 252+239+118=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 118 (46.48% from 255 or 19.38% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF76 is #031089. Grayscale: #E5E5E5. Windows color (decimal): -200842 or 7794684. OLE color: 7794684.
HSL color Cylindrical-coordinate representation of color #FCEF76: hue angle of 54.18º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCEF76 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 118 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.01 |
| HSL | 54.18º | 0.96% | 0.73% | - |
| HSV(B) | 54.18º | 0.53% | 0.99% | - |
| XYZ | 74.28 | 83.74 | 29.39 | - |
| YUV | 229.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 118 | 0 | 0.05 | 0.53 | 0.01 | 54.18 | 0.96 | 0.73 |
| Hex | FC | EF | 76 | 0 | 5 | 35 | 1 | 36 | 60 | 49 |
| Octal | 374 | 357 | 166 | 0 | 5 | 65 | 1 | 66 | 140 | 111 |
| Binary | 11111100 | 11101111 | 1110110 | 0 | 101 | 110101 | 1 | 110110 | 1100000 | 1001001 |
Color Harmonies of #FCEF76
Complementary color
Monochromatic Colors of #FCEF76
Black with #FCEF76
Text Example
Text Example
White with #FCEF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF76; }
p { color: rgb(252,239,118); }
H1.HeaderClassName
{
color: #FCEF76;
}
.AnyTagClassName
{
color: #FCEF76;
}
</style>
background-color css
<style>
a { background-color: #FCEF76; }
a { background-color: rgb(252,239,118); }
div.DivClassName
{
background-color: #FCEF76;
}
.BgClassName
{
background-color: #FCEF76;
}
</style>
border-color css
<style>
span { border-color: #FCEF76; }
span { border-color: rgb(252,239,118); }
td.TdClassName
{
border-color: #FCEF76;
}
.TagClassName
{
border-color: #FCEF76;
}
</style>