Shades of Witch Haze #FEF87B
Tints of Witch Haze #FEF87B
RGB
CMYK
RGB Variations
Color information
#FEF87B (or 0xFEF87B) is known color: Witch Haze. HEX triplet: FE, F8 and 7B. RGB value is (254,248,123). Sum of RGB (Red+Green+Blue) = 254+248+123=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 123 (48.44% from 255 or 19.68% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF87B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF87B is #010784. Grayscale: #ECECEC. Windows color (decimal): -67461 or 8124670. OLE color: 8124670.
HSL color Cylindrical-coordinate representation of color #FEF87B: hue angle of 57.25º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEF87B is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 123 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.00 |
| HSL | 57.25º | 0.98% | 0.74% | - |
| HSV(B) | 57.25º | 0.52% | 1% | - |
| XYZ | 78.02 | 89.64 | 31.93 | - |
| YUV | 235.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 123 | 0 | 0.02 | 0.52 | 0.00 | 57.25 | 0.98 | 0.74 |
| Hex | FE | F8 | 7B | 0 | 2 | 34 | 0 | 39 | 62 | 4A |
| Octal | 376 | 370 | 173 | 0 | 2 | 64 | 0 | 71 | 142 | 112 |
| Binary | 11111110 | 11111000 | 1111011 | 0 | 10 | 110100 | 0 | 111001 | 1100010 | 1001010 |
Color Harmonies of #FEF87B
Complementary color
Monochromatic Colors of #FEF87B
Black with #FEF87B
Text Example
Text Example
White with #FEF87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF87B; }
p { color: rgb(254,248,123); }
H1.HeaderClassName
{
color: #FEF87B;
}
.AnyTagClassName
{
color: #FEF87B;
}
</style>
background-color css
<style>
a { background-color: #FEF87B; }
a { background-color: rgb(254,248,123); }
div.DivClassName
{
background-color: #FEF87B;
}
.BgClassName
{
background-color: #FEF87B;
}
</style>
border-color css
<style>
span { border-color: #FEF87B; }
span { border-color: rgb(254,248,123); }
td.TdClassName
{
border-color: #FEF87B;
}
.TagClassName
{
border-color: #FEF87B;
}
</style>