Shades of Witch Haze #FEF280
Tints of Witch Haze #FEF280
RGB
CMYK
RGB Variations
Color information
#FEF280 (or 0xFEF280) is known color: Witch Haze. HEX triplet: FE, F2 and 80. RGB value is (254,242,128). Sum of RGB (Red+Green+Blue) = 254+242+128=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 128 (50.39% from 255 or 20.51% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF280 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF280 is #010D7F. Grayscale: #E9E9E9. Windows color (decimal): -68992 or 8450814. OLE color: 8450814.
HSL color Cylindrical-coordinate representation of color #FEF280: hue angle of 54.29º 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 #FEF280 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 128 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.00 |
| HSL | 54.29º | 0.98% | 0.75% | - |
| HSV(B) | 54.29º | 0.5% | 1% | - |
| XYZ | 76.52 | 86.13 | 33.01 | - |
| YUV | 232.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 128 | 0 | 0.05 | 0.50 | 0.00 | 54.29 | 0.98 | 0.75 |
| Hex | FE | F2 | 80 | 0 | 5 | 32 | 0 | 36 | 62 | 4B |
| Octal | 376 | 362 | 200 | 0 | 5 | 62 | 0 | 66 | 142 | 113 |
| Binary | 11111110 | 11110010 | 10000000 | 0 | 101 | 110010 | 0 | 110110 | 1100010 | 1001011 |
Color Harmonies of #FEF280
Complementary color
Monochromatic Colors of #FEF280
Black with #FEF280
Text Example
Text Example
White with #FEF280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF280; }
p { color: rgb(254,242,128); }
H1.HeaderClassName
{
color: #FEF280;
}
.AnyTagClassName
{
color: #FEF280;
}
</style>
background-color css
<style>
a { background-color: #FEF280; }
a { background-color: rgb(254,242,128); }
div.DivClassName
{
background-color: #FEF280;
}
.BgClassName
{
background-color: #FEF280;
}
</style>
border-color css
<style>
span { border-color: #FEF280; }
span { border-color: rgb(254,242,128); }
td.TdClassName
{
border-color: #FEF280;
}
.TagClassName
{
border-color: #FEF280;
}
</style>