Shades of Witch Haze #FEF37B
Tints of Witch Haze #FEF37B
RGB
CMYK
RGB Variations
Color information
#FEF37B (or 0xFEF37B) is known color: Witch Haze. HEX triplet: FE, F3 and 7B. RGB value is (254,243,123). Sum of RGB (Red+Green+Blue) = 254+243+123=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 123 (48.44% from 255 or 19.84% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF37B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF37B is #010C84. Grayscale: #E9E9E9. Windows color (decimal): -68741 or 8123390. OLE color: 8123390.
HSL color Cylindrical-coordinate representation of color #FEF37B: hue angle of 54.96º 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 #FEF37B is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 123 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.00 |
| HSL | 54.96º | 0.98% | 0.74% | - |
| HSV(B) | 54.96º | 0.52% | 1% | - |
| XYZ | 76.5 | 86.6 | 31.42 | - |
| YUV | 232.61 | 66.14 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 123 | 0 | 0.04 | 0.52 | 0.00 | 54.96 | 0.98 | 0.74 |
| Hex | FE | F3 | 7B | 0 | 4 | 34 | 0 | 37 | 62 | 4A |
| Octal | 376 | 363 | 173 | 0 | 4 | 64 | 0 | 67 | 142 | 112 |
| Binary | 11111110 | 11110011 | 1111011 | 0 | 100 | 110100 | 0 | 110111 | 1100010 | 1001010 |
Color Harmonies of #FEF37B
Complementary color
Monochromatic Colors of #FEF37B
Black with #FEF37B
Text Example
Text Example
White with #FEF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF37B; }
p { color: rgb(254,243,123); }
H1.HeaderClassName
{
color: #FEF37B;
}
.AnyTagClassName
{
color: #FEF37B;
}
</style>
background-color css
<style>
a { background-color: #FEF37B; }
a { background-color: rgb(254,243,123); }
div.DivClassName
{
background-color: #FEF37B;
}
.BgClassName
{
background-color: #FEF37B;
}
</style>
border-color css
<style>
span { border-color: #FEF37B; }
span { border-color: rgb(254,243,123); }
td.TdClassName
{
border-color: #FEF37B;
}
.TagClassName
{
border-color: #FEF37B;
}
</style>