Shades of Witch Haze #FEF184
Tints of Witch Haze #FEF184
RGB
CMYK
RGB Variations
Color information
#FEF184 (or 0xFEF184) is known color: Witch Haze. HEX triplet: FE, F1 and 84. RGB value is (254,241,132). Sum of RGB (Red+Green+Blue) = 254+241+132=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 132 (51.95% from 255 or 21.05% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF184 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF184 is #010E7B. Grayscale: #E8E8E8. Windows color (decimal): -69244 or 8712702. OLE color: 8712702.
HSL color Cylindrical-coordinate representation of color #FEF184: hue angle of 53.61º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEF184 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 132 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.00 |
| HSL | 53.61º | 0.98% | 0.76% | - |
| HSV(B) | 53.61º | 0.48% | 1% | - |
| XYZ | 76.49 | 85.65 | 34.33 | - |
| YUV | 232.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 132 | 0 | 0.05 | 0.48 | 0.00 | 53.61 | 0.98 | 0.76 |
| Hex | FE | F1 | 84 | 0 | 5 | 30 | 0 | 36 | 62 | 4C |
| Octal | 376 | 361 | 204 | 0 | 5 | 60 | 0 | 66 | 142 | 114 |
| Binary | 11111110 | 11110001 | 10000100 | 0 | 101 | 110000 | 0 | 110110 | 1100010 | 1001100 |
Color Harmonies of #FEF184
Complementary color
Monochromatic Colors of #FEF184
Black with #FEF184
Text Example
Text Example
White with #FEF184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF184; }
p { color: rgb(254,241,132); }
H1.HeaderClassName
{
color: #FEF184;
}
.AnyTagClassName
{
color: #FEF184;
}
</style>
background-color css
<style>
a { background-color: #FEF184; }
a { background-color: rgb(254,241,132); }
div.DivClassName
{
background-color: #FEF184;
}
.BgClassName
{
background-color: #FEF184;
}
</style>
border-color css
<style>
span { border-color: #FEF184; }
span { border-color: rgb(254,241,132); }
td.TdClassName
{
border-color: #FEF184;
}
.TagClassName
{
border-color: #FEF184;
}
</style>