Shades of Witch Haze #FEF370
Tints of Witch Haze #FEF370
RGB
CMYK
RGB Variations
Color information
#FEF370 (or 0xFEF370) is known color: Witch Haze. HEX triplet: FE, F3 and 70. RGB value is (254,243,112). Sum of RGB (Red+Green+Blue) = 254+243+112=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 112 (44.14% from 255 or 18.39% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF370 is #010C8F. Grayscale: #E7E7E7. Windows color (decimal): -68752 or 7402494. OLE color: 7402494.
HSL color Cylindrical-coordinate representation of color #FEF370: hue angle of 55.35º 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 #FEF370 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 112 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.00 |
| HSL | 55.35º | 0.99% | 0.72% | - |
| HSV(B) | 55.35º | 0.56% | 1% | - |
| XYZ | 75.85 | 86.34 | 28 | - |
| YUV | 231.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 112 | 0 | 0.04 | 0.56 | 0.00 | 55.35 | 0.99 | 0.72 |
| Hex | FE | F3 | 70 | 0 | 4 | 38 | 0 | 37 | 63 | 48 |
| Octal | 376 | 363 | 160 | 0 | 4 | 70 | 0 | 67 | 143 | 110 |
| Binary | 11111110 | 11110011 | 1110000 | 0 | 100 | 111000 | 0 | 110111 | 1100011 | 1001000 |
Color Harmonies of #FEF370
Complementary color
Monochromatic Colors of #FEF370
Black with #FEF370
Text Example
Text Example
White with #FEF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF370; }
p { color: rgb(254,243,112); }
H1.HeaderClassName
{
color: #FEF370;
}
.AnyTagClassName
{
color: #FEF370;
}
</style>
background-color css
<style>
a { background-color: #FEF370; }
a { background-color: rgb(254,243,112); }
div.DivClassName
{
background-color: #FEF370;
}
.BgClassName
{
background-color: #FEF370;
}
</style>
border-color css
<style>
span { border-color: #FEF370; }
span { border-color: rgb(254,243,112); }
td.TdClassName
{
border-color: #FEF370;
}
.TagClassName
{
border-color: #FEF370;
}
</style>