Shades of Witch Haze #FEF47B
Tints of Witch Haze #FEF47B
RGB
CMYK
RGB Variations
Color information
#FEF47B (or 0xFEF47B) is known color: Witch Haze. HEX triplet: FE, F4 and 7B. RGB value is (254,244,123). Sum of RGB (Red+Green+Blue) = 254+244+123=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 123 (48.44% from 255 or 19.81% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF47B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF47B is #010B84. Grayscale: #E9E9E9. Windows color (decimal): -68485 or 8123646. OLE color: 8123646.
HSL color Cylindrical-coordinate representation of color #FEF47B: hue angle of 55.42º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEF47B is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 123 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.00 |
| HSL | 55.42º | 0.98% | 0.74% | - |
| HSV(B) | 55.42º | 0.52% | 1% | - |
| XYZ | 76.8 | 87.2 | 31.52 | - |
| YUV | 233.2 | 65.81 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 123 | 0 | 0.04 | 0.52 | 0.00 | 55.42 | 0.98 | 0.74 |
| Hex | FE | F4 | 7B | 0 | 4 | 34 | 0 | 37 | 62 | 4A |
| Octal | 376 | 364 | 173 | 0 | 4 | 64 | 0 | 67 | 142 | 112 |
| Binary | 11111110 | 11110100 | 1111011 | 0 | 100 | 110100 | 0 | 110111 | 1100010 | 1001010 |
Color Harmonies of #FEF47B
Complementary color
Monochromatic Colors of #FEF47B
Black with #FEF47B
Text Example
Text Example
White with #FEF47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF47B; }
p { color: rgb(254,244,123); }
H1.HeaderClassName
{
color: #FEF47B;
}
.AnyTagClassName
{
color: #FEF47B;
}
</style>
background-color css
<style>
a { background-color: #FEF47B; }
a { background-color: rgb(254,244,123); }
div.DivClassName
{
background-color: #FEF47B;
}
.BgClassName
{
background-color: #FEF47B;
}
</style>
border-color css
<style>
span { border-color: #FEF47B; }
span { border-color: rgb(254,244,123); }
td.TdClassName
{
border-color: #FEF47B;
}
.TagClassName
{
border-color: #FEF47B;
}
</style>