Shades of Witch Haze #FEF76F
Tints of Witch Haze #FEF76F
RGB
CMYK
RGB Variations
Color information
#FEF76F (or 0xFEF76F) is known color: Witch Haze. HEX triplet: FE, F7 and 6F. RGB value is (254,247,111). Sum of RGB (Red+Green+Blue) = 254+247+111=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 111 (43.75% from 255 or 18.14% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF76F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF76F is #010890. Grayscale: #EAEAEA. Windows color (decimal): -67729 or 7337982. OLE color: 7337982.
HSL color Cylindrical-coordinate representation of color #FEF76F: hue angle of 57.06º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEF76F is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 111 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.00 |
| HSL | 57.06º | 0.99% | 0.72% | - |
| HSV(B) | 57.06º | 0.56% | 1% | - |
| XYZ | 77 | 88.74 | 28.11 | - |
| YUV | 233.59 | 58.82 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 111 | 0 | 0.03 | 0.56 | 0.00 | 57.06 | 0.99 | 0.72 |
| Hex | FE | F7 | 6F | 0 | 3 | 38 | 0 | 39 | 63 | 48 |
| Octal | 376 | 367 | 157 | 0 | 3 | 70 | 0 | 71 | 143 | 110 |
| Binary | 11111110 | 11110111 | 1101111 | 0 | 11 | 111000 | 0 | 111001 | 1100011 | 1001000 |
Color Harmonies of #FEF76F
Complementary color
Monochromatic Colors of #FEF76F
Black with #FEF76F
Text Example
Text Example
White with #FEF76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF76F; }
p { color: rgb(254,247,111); }
H1.HeaderClassName
{
color: #FEF76F;
}
.AnyTagClassName
{
color: #FEF76F;
}
</style>
background-color css
<style>
a { background-color: #FEF76F; }
a { background-color: rgb(254,247,111); }
div.DivClassName
{
background-color: #FEF76F;
}
.BgClassName
{
background-color: #FEF76F;
}
</style>
border-color css
<style>
span { border-color: #FEF76F; }
span { border-color: rgb(254,247,111); }
td.TdClassName
{
border-color: #FEF76F;
}
.TagClassName
{
border-color: #FEF76F;
}
</style>