Shades of Witch Haze #FEF372
Tints of Witch Haze #FEF372
RGB
CMYK
RGB Variations
Color information
#FEF372 (or 0xFEF372) is known color: Witch Haze. HEX triplet: FE, F3 and 72. RGB value is (254,243,114). Sum of RGB (Red+Green+Blue) = 254+243+114=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 114 (44.92% from 255 or 18.66% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF372 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF372 is #010C8D. Grayscale: #E8E8E8. Windows color (decimal): -68750 or 7533566. OLE color: 7533566.
HSL color Cylindrical-coordinate representation of color #FEF372: hue angle of 55.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEF372 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 114 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.00 |
| HSL | 55.29º | 0.99% | 0.72% | - |
| HSV(B) | 55.29º | 0.55% | 1% | - |
| XYZ | 75.96 | 86.39 | 28.59 | - |
| YUV | 231.58 | 61.64 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 114 | 0 | 0.04 | 0.55 | 0.00 | 55.29 | 0.99 | 0.72 |
| Hex | FE | F3 | 72 | 0 | 4 | 37 | 0 | 37 | 63 | 48 |
| Octal | 376 | 363 | 162 | 0 | 4 | 67 | 0 | 67 | 143 | 110 |
| Binary | 11111110 | 11110011 | 1110010 | 0 | 100 | 110111 | 0 | 110111 | 1100011 | 1001000 |
Color Harmonies of #FEF372
Complementary color
Monochromatic Colors of #FEF372
Black with #FEF372
Text Example
Text Example
White with #FEF372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF372; }
p { color: rgb(254,243,114); }
H1.HeaderClassName
{
color: #FEF372;
}
.AnyTagClassName
{
color: #FEF372;
}
</style>
background-color css
<style>
a { background-color: #FEF372; }
a { background-color: rgb(254,243,114); }
div.DivClassName
{
background-color: #FEF372;
}
.BgClassName
{
background-color: #FEF372;
}
</style>
border-color css
<style>
span { border-color: #FEF372; }
span { border-color: rgb(254,243,114); }
td.TdClassName
{
border-color: #FEF372;
}
.TagClassName
{
border-color: #FEF372;
}
</style>