Shades of Witch Haze #FEF380
Tints of Witch Haze #FEF380
RGB
CMYK
RGB Variations
Color information
#FEF380 (or 0xFEF380) is known color: Witch Haze. HEX triplet: FE, F3 and 80. RGB value is (254,243,128). Sum of RGB (Red+Green+Blue) = 254+243+128=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 128 (50.39% from 255 or 20.48% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF380 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF380 is #010C7F. Grayscale: #E9E9E9. Windows color (decimal): -68736 or 8451070. OLE color: 8451070.
HSL color Cylindrical-coordinate representation of color #FEF380: hue angle of 54.76º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEF380 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 128 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.00 |
| HSL | 54.76º | 0.98% | 0.75% | - |
| HSV(B) | 54.76º | 0.5% | 1% | - |
| XYZ | 76.82 | 86.73 | 33.11 | - |
| YUV | 233.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 128 | 0 | 0.04 | 0.50 | 0.00 | 54.76 | 0.98 | 0.75 |
| Hex | FE | F3 | 80 | 0 | 4 | 32 | 0 | 37 | 62 | 4B |
| Octal | 376 | 363 | 200 | 0 | 4 | 62 | 0 | 67 | 142 | 113 |
| Binary | 11111110 | 11110011 | 10000000 | 0 | 100 | 110010 | 0 | 110111 | 1100010 | 1001011 |
Color Harmonies of #FEF380
Complementary color
Monochromatic Colors of #FEF380
Black with #FEF380
Text Example
Text Example
White with #FEF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF380; }
p { color: rgb(254,243,128); }
H1.HeaderClassName
{
color: #FEF380;
}
.AnyTagClassName
{
color: #FEF380;
}
</style>
background-color css
<style>
a { background-color: #FEF380; }
a { background-color: rgb(254,243,128); }
div.DivClassName
{
background-color: #FEF380;
}
.BgClassName
{
background-color: #FEF380;
}
</style>
border-color css
<style>
span { border-color: #FEF380; }
span { border-color: rgb(254,243,128); }
td.TdClassName
{
border-color: #FEF380;
}
.TagClassName
{
border-color: #FEF380;
}
</style>