Shades of Witch Haze #FEF081
Tints of Witch Haze #FEF081
RGB
CMYK
RGB Variations
Color information
#FEF081 (or 0xFEF081) is known color: Witch Haze. HEX triplet: FE, F0 and 81. RGB value is (254,240,129). Sum of RGB (Red+Green+Blue) = 254+240+129=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 129 (50.78% from 255 or 20.71% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF081 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF081 is #010F7E. Grayscale: #E7E7E7. Windows color (decimal): -69503 or 8515838. OLE color: 8515838.
HSL color Cylindrical-coordinate representation of color #FEF081: hue angle of 53.28º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEF081 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 129 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.00 |
| HSL | 53.28º | 0.98% | 0.75% | - |
| HSV(B) | 53.28º | 0.49% | 1% | - |
| XYZ | 76 | 84.98 | 33.17 | - |
| YUV | 231.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 129 | 0 | 0.06 | 0.49 | 0.00 | 53.28 | 0.98 | 0.75 |
| Hex | FE | F0 | 81 | 0 | 6 | 31 | 0 | 35 | 62 | 4B |
| Octal | 376 | 360 | 201 | 0 | 6 | 61 | 0 | 65 | 142 | 113 |
| Binary | 11111110 | 11110000 | 10000001 | 0 | 110 | 110001 | 0 | 110101 | 1100010 | 1001011 |
Color Harmonies of #FEF081
Complementary color
Monochromatic Colors of #FEF081
Black with #FEF081
Text Example
Text Example
White with #FEF081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF081; }
p { color: rgb(254,240,129); }
H1.HeaderClassName
{
color: #FEF081;
}
.AnyTagClassName
{
color: #FEF081;
}
</style>
background-color css
<style>
a { background-color: #FEF081; }
a { background-color: rgb(254,240,129); }
div.DivClassName
{
background-color: #FEF081;
}
.BgClassName
{
background-color: #FEF081;
}
</style>
border-color css
<style>
span { border-color: #FEF081; }
span { border-color: rgb(254,240,129); }
td.TdClassName
{
border-color: #FEF081;
}
.TagClassName
{
border-color: #FEF081;
}
</style>