Shades of Witch Haze #FEF57B
Tints of Witch Haze #FEF57B
RGB
CMYK
RGB Variations
Color information
#FEF57B (or 0xFEF57B) is known color: Witch Haze. HEX triplet: FE, F5 and 7B. RGB value is (254,245,123). Sum of RGB (Red+Green+Blue) = 254+245+123=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 123 (48.44% from 255 or 19.77% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF57B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF57B is #010A84. Grayscale: #EAEAEA. Windows color (decimal): -68229 or 8123902. OLE color: 8123902.
HSL color Cylindrical-coordinate representation of color #FEF57B: hue angle of 55.88º 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 #FEF57B is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 123 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.00 |
| HSL | 55.88º | 0.98% | 0.74% | - |
| HSV(B) | 55.88º | 0.52% | 1% | - |
| XYZ | 77.1 | 87.81 | 31.62 | - |
| YUV | 233.78 | 65.48 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 123 | 0 | 0.04 | 0.52 | 0.00 | 55.88 | 0.98 | 0.74 |
| Hex | FE | F5 | 7B | 0 | 4 | 34 | 0 | 38 | 62 | 4A |
| Octal | 376 | 365 | 173 | 0 | 4 | 64 | 0 | 70 | 142 | 112 |
| Binary | 11111110 | 11110101 | 1111011 | 0 | 100 | 110100 | 0 | 111000 | 1100010 | 1001010 |
Color Harmonies of #FEF57B
Complementary color
Monochromatic Colors of #FEF57B
Black with #FEF57B
Text Example
Text Example
White with #FEF57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF57B; }
p { color: rgb(254,245,123); }
H1.HeaderClassName
{
color: #FEF57B;
}
.AnyTagClassName
{
color: #FEF57B;
}
</style>
background-color css
<style>
a { background-color: #FEF57B; }
a { background-color: rgb(254,245,123); }
div.DivClassName
{
background-color: #FEF57B;
}
.BgClassName
{
background-color: #FEF57B;
}
</style>
border-color css
<style>
span { border-color: #FEF57B; }
span { border-color: rgb(254,245,123); }
td.TdClassName
{
border-color: #FEF57B;
}
.TagClassName
{
border-color: #FEF57B;
}
</style>