Shades of Witch Haze #FEF76C
Tints of Witch Haze #FEF76C
RGB
CMYK
RGB Variations
Color information
#FEF76C (or 0xFEF76C) is known color: Witch Haze. HEX triplet: FE, F7 and 6C. RGB value is (254,247,108). Sum of RGB (Red+Green+Blue) = 254+247+108=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 108 (42.58% from 255 or 17.73% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF76C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF76C is #010893. Grayscale: #E9E9E9. Windows color (decimal): -67732 or 7141374. OLE color: 7141374.
HSL color Cylindrical-coordinate representation of color #FEF76C: hue angle of 57.12º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEF76C is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 108 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.00 |
| HSL | 57.12º | 0.99% | 0.71% | - |
| HSV(B) | 57.12º | 0.57% | 1% | - |
| XYZ | 76.84 | 88.68 | 27.25 | - |
| YUV | 233.25 | 57.32 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 108 | 0 | 0.03 | 0.57 | 0.00 | 57.12 | 0.99 | 0.71 |
| Hex | FE | F7 | 6C | 0 | 3 | 39 | 0 | 39 | 63 | 47 |
| Octal | 376 | 367 | 154 | 0 | 3 | 71 | 0 | 71 | 143 | 107 |
| Binary | 11111110 | 11110111 | 1101100 | 0 | 11 | 111001 | 0 | 111001 | 1100011 | 1000111 |
Color Harmonies of #FEF76C
Complementary color
Monochromatic Colors of #FEF76C
Black with #FEF76C
Text Example
Text Example
White with #FEF76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF76C; }
p { color: rgb(254,247,108); }
H1.HeaderClassName
{
color: #FEF76C;
}
.AnyTagClassName
{
color: #FEF76C;
}
</style>
background-color css
<style>
a { background-color: #FEF76C; }
a { background-color: rgb(254,247,108); }
div.DivClassName
{
background-color: #FEF76C;
}
.BgClassName
{
background-color: #FEF76C;
}
</style>
border-color css
<style>
span { border-color: #FEF76C; }
span { border-color: rgb(254,247,108); }
td.TdClassName
{
border-color: #FEF76C;
}
.TagClassName
{
border-color: #FEF76C;
}
</style>