Shades of Witch Haze #FEF46D
Tints of Witch Haze #FEF46D
RGB
CMYK
RGB Variations
Color information
#FEF46D (or 0xFEF46D) is known color: Witch Haze. HEX triplet: FE, F4 and 6D. RGB value is (254,244,109). Sum of RGB (Red+Green+Blue) = 254+244+109=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 109 (42.97% from 255 or 17.96% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF46D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF46D is #010B92. Grayscale: #E8E8E8. Windows color (decimal): -68499 or 7206142. OLE color: 7206142.
HSL color Cylindrical-coordinate representation of color #FEF46D: hue angle of 55.86º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEF46D is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 109 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.00 |
| HSL | 55.86º | 0.99% | 0.71% | - |
| HSV(B) | 55.86º | 0.57% | 1% | - |
| XYZ | 75.98 | 86.88 | 27.23 | - |
| YUV | 231.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 109 | 0 | 0.04 | 0.57 | 0.00 | 55.86 | 0.99 | 0.71 |
| Hex | FE | F4 | 6D | 0 | 4 | 39 | 0 | 38 | 63 | 47 |
| Octal | 376 | 364 | 155 | 0 | 4 | 71 | 0 | 70 | 143 | 107 |
| Binary | 11111110 | 11110100 | 1101101 | 0 | 100 | 111001 | 0 | 111000 | 1100011 | 1000111 |
Color Harmonies of #FEF46D
Complementary color
Monochromatic Colors of #FEF46D
Black with #FEF46D
Text Example
Text Example
White with #FEF46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF46D; }
p { color: rgb(254,244,109); }
H1.HeaderClassName
{
color: #FEF46D;
}
.AnyTagClassName
{
color: #FEF46D;
}
</style>
background-color css
<style>
a { background-color: #FEF46D; }
a { background-color: rgb(254,244,109); }
div.DivClassName
{
background-color: #FEF46D;
}
.BgClassName
{
background-color: #FEF46D;
}
</style>
border-color css
<style>
span { border-color: #FEF46D; }
span { border-color: rgb(254,244,109); }
td.TdClassName
{
border-color: #FEF46D;
}
.TagClassName
{
border-color: #FEF46D;
}
</style>