Shades of Witch Haze #FEF77C
Tints of Witch Haze #FEF77C
RGB
CMYK
RGB Variations
Color information
#FEF77C (or 0xFEF77C) is known color: Witch Haze. HEX triplet: FE, F7 and 7C. RGB value is (254,247,124). Sum of RGB (Red+Green+Blue) = 254+247+124=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 124 (48.83% from 255 or 19.84% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF77C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF77C is #010883. Grayscale: #EBEBEB. Windows color (decimal): -67716 or 8189950. OLE color: 8189950.
HSL color Cylindrical-coordinate representation of color #FEF77C: hue angle of 56.77º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEF77C is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 124 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.00 |
| HSL | 56.77º | 0.98% | 0.74% | - |
| HSV(B) | 56.77º | 0.51% | 1% | - |
| XYZ | 77.77 | 89.05 | 32.16 | - |
| YUV | 235.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 124 | 0 | 0.03 | 0.51 | 0.00 | 56.77 | 0.98 | 0.74 |
| Hex | FE | F7 | 7C | 0 | 3 | 33 | 0 | 39 | 62 | 4A |
| Octal | 376 | 367 | 174 | 0 | 3 | 63 | 0 | 71 | 142 | 112 |
| Binary | 11111110 | 11110111 | 1111100 | 0 | 11 | 110011 | 0 | 111001 | 1100010 | 1001010 |
Color Harmonies of #FEF77C
Complementary color
Monochromatic Colors of #FEF77C
Black with #FEF77C
Text Example
Text Example
White with #FEF77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF77C; }
p { color: rgb(254,247,124); }
H1.HeaderClassName
{
color: #FEF77C;
}
.AnyTagClassName
{
color: #FEF77C;
}
</style>
background-color css
<style>
a { background-color: #FEF77C; }
a { background-color: rgb(254,247,124); }
div.DivClassName
{
background-color: #FEF77C;
}
.BgClassName
{
background-color: #FEF77C;
}
</style>
border-color css
<style>
span { border-color: #FEF77C; }
span { border-color: rgb(254,247,124); }
td.TdClassName
{
border-color: #FEF77C;
}
.TagClassName
{
border-color: #FEF77C;
}
</style>