Shades of Witch Haze #FEF481
Tints of Witch Haze #FEF481
RGB
CMYK
RGB Variations
Color information
#FEF481 (or 0xFEF481) is known color: Witch Haze. HEX triplet: FE, F4 and 81. RGB value is (254,244,129). Sum of RGB (Red+Green+Blue) = 254+244+129=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 129 (50.78% from 255 or 20.57% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF481 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF481 is #010B7E. Grayscale: #EAEAEA. Windows color (decimal): -68479 or 8516862. OLE color: 8516862.
HSL color Cylindrical-coordinate representation of color #FEF481: hue angle of 55.2º 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 #FEF481 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 129 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.00 |
| HSL | 55.2º | 0.98% | 0.75% | - |
| HSV(B) | 55.2º | 0.49% | 1% | - |
| XYZ | 77.19 | 87.36 | 33.56 | - |
| YUV | 233.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 129 | 0 | 0.04 | 0.49 | 0.00 | 55.2 | 0.98 | 0.75 |
| Hex | FE | F4 | 81 | 0 | 4 | 31 | 0 | 37 | 62 | 4B |
| Octal | 376 | 364 | 201 | 0 | 4 | 61 | 0 | 67 | 142 | 113 |
| Binary | 11111110 | 11110100 | 10000001 | 0 | 100 | 110001 | 0 | 110111 | 1100010 | 1001011 |
Color Harmonies of #FEF481
Complementary color
Monochromatic Colors of #FEF481
Black with #FEF481
Text Example
Text Example
White with #FEF481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF481; }
p { color: rgb(254,244,129); }
H1.HeaderClassName
{
color: #FEF481;
}
.AnyTagClassName
{
color: #FEF481;
}
</style>
background-color css
<style>
a { background-color: #FEF481; }
a { background-color: rgb(254,244,129); }
div.DivClassName
{
background-color: #FEF481;
}
.BgClassName
{
background-color: #FEF481;
}
</style>
border-color css
<style>
span { border-color: #FEF481; }
span { border-color: rgb(254,244,129); }
td.TdClassName
{
border-color: #FEF481;
}
.TagClassName
{
border-color: #FEF481;
}
</style>