Shades of Witch Haze #FEF580
Tints of Witch Haze #FEF580
RGB
CMYK
RGB Variations
Color information
#FEF580 (or 0xFEF580) is known color: Witch Haze. HEX triplet: FE, F5 and 80. RGB value is (254,245,128). Sum of RGB (Red+Green+Blue) = 254+245+128=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 128 (50.39% from 255 or 20.41% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF580 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF580 is #010A7F. Grayscale: #EAEAEA. Windows color (decimal): -68224 or 8451582. OLE color: 8451582.
HSL color Cylindrical-coordinate representation of color #FEF580: hue angle of 55.71º 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 #FEF580 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 128 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.00 |
| HSL | 55.71º | 0.98% | 0.75% | - |
| HSV(B) | 55.71º | 0.5% | 1% | - |
| XYZ | 77.42 | 87.93 | 33.31 | - |
| YUV | 234.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 128 | 0 | 0.04 | 0.50 | 0.00 | 55.71 | 0.98 | 0.75 |
| Hex | FE | F5 | 80 | 0 | 4 | 32 | 0 | 38 | 62 | 4B |
| Octal | 376 | 365 | 200 | 0 | 4 | 62 | 0 | 70 | 142 | 113 |
| Binary | 11111110 | 11110101 | 10000000 | 0 | 100 | 110010 | 0 | 111000 | 1100010 | 1001011 |
Color Harmonies of #FEF580
Complementary color
Monochromatic Colors of #FEF580
Black with #FEF580
Text Example
Text Example
White with #FEF580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF580; }
p { color: rgb(254,245,128); }
H1.HeaderClassName
{
color: #FEF580;
}
.AnyTagClassName
{
color: #FEF580;
}
</style>
background-color css
<style>
a { background-color: #FEF580; }
a { background-color: rgb(254,245,128); }
div.DivClassName
{
background-color: #FEF580;
}
.BgClassName
{
background-color: #FEF580;
}
</style>
border-color css
<style>
span { border-color: #FEF580; }
span { border-color: rgb(254,245,128); }
td.TdClassName
{
border-color: #FEF580;
}
.TagClassName
{
border-color: #FEF580;
}
</style>