Shades of Witch Haze #FEF37C
Tints of Witch Haze #FEF37C
RGB
CMYK
RGB Variations
Color information
#FEF37C (or 0xFEF37C) is known color: Witch Haze. HEX triplet: FE, F3 and 7C. RGB value is (254,243,124). Sum of RGB (Red+Green+Blue) = 254+243+124=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 124 (48.83% from 255 or 19.97% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF37C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF37C is #010C83. Grayscale: #E9E9E9. Windows color (decimal): -68740 or 8188926. OLE color: 8188926.
HSL color Cylindrical-coordinate representation of color #FEF37C: hue angle of 54.92º 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 #FEF37C is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 124 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.00 |
| HSL | 54.92º | 0.98% | 0.74% | - |
| HSV(B) | 54.92º | 0.51% | 1% | - |
| XYZ | 76.56 | 86.63 | 31.75 | - |
| YUV | 232.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 124 | 0 | 0.04 | 0.51 | 0.00 | 54.92 | 0.98 | 0.74 |
| Hex | FE | F3 | 7C | 0 | 4 | 33 | 0 | 37 | 62 | 4A |
| Octal | 376 | 363 | 174 | 0 | 4 | 63 | 0 | 67 | 142 | 112 |
| Binary | 11111110 | 11110011 | 1111100 | 0 | 100 | 110011 | 0 | 110111 | 1100010 | 1001010 |
Color Harmonies of #FEF37C
Complementary color
Monochromatic Colors of #FEF37C
Black with #FEF37C
Text Example
Text Example
White with #FEF37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF37C; }
p { color: rgb(254,243,124); }
H1.HeaderClassName
{
color: #FEF37C;
}
.AnyTagClassName
{
color: #FEF37C;
}
</style>
background-color css
<style>
a { background-color: #FEF37C; }
a { background-color: rgb(254,243,124); }
div.DivClassName
{
background-color: #FEF37C;
}
.BgClassName
{
background-color: #FEF37C;
}
</style>
border-color css
<style>
span { border-color: #FEF37C; }
span { border-color: rgb(254,243,124); }
td.TdClassName
{
border-color: #FEF37C;
}
.TagClassName
{
border-color: #FEF37C;
}
</style>