Shades of Witch Haze #FCEB77
Tints of Witch Haze #FCEB77
RGB
CMYK
RGB Variations
Color information
#FCEB77 (or 0xFCEB77) is known color: Witch Haze. HEX triplet: FC, EB and 77. RGB value is (252,235,119). Sum of RGB (Red+Green+Blue) = 252+235+119=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 119 (46.88% from 255 or 19.64% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB77 is #031488. Grayscale: #E3E3E3. Windows color (decimal): -201865 or 7859196. OLE color: 7859196.
HSL color Cylindrical-coordinate representation of color #FCEB77: hue angle of 52.33º 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 #FCEB77 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 119 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.01 |
| HSL | 52.33º | 0.96% | 0.73% | - |
| HSV(B) | 52.33º | 0.53% | 0.99% | - |
| XYZ | 73.18 | 81.44 | 29.32 | - |
| YUV | 226.86 | 67.13 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 119 | 0 | 0.07 | 0.53 | 0.01 | 52.33 | 0.96 | 0.73 |
| Hex | FC | EB | 77 | 0 | 7 | 35 | 1 | 34 | 60 | 49 |
| Octal | 374 | 353 | 167 | 0 | 7 | 65 | 1 | 64 | 140 | 111 |
| Binary | 11111100 | 11101011 | 1110111 | 0 | 111 | 110101 | 1 | 110100 | 1100000 | 1001001 |
Color Harmonies of #FCEB77
Complementary color
Monochromatic Colors of #FCEB77
Black with #FCEB77
Text Example
Text Example
White with #FCEB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB77; }
p { color: rgb(252,235,119); }
H1.HeaderClassName
{
color: #FCEB77;
}
.AnyTagClassName
{
color: #FCEB77;
}
</style>
background-color css
<style>
a { background-color: #FCEB77; }
a { background-color: rgb(252,235,119); }
div.DivClassName
{
background-color: #FCEB77;
}
.BgClassName
{
background-color: #FCEB77;
}
</style>
border-color css
<style>
span { border-color: #FCEB77; }
span { border-color: rgb(252,235,119); }
td.TdClassName
{
border-color: #FCEB77;
}
.TagClassName
{
border-color: #FCEB77;
}
</style>