Shades of Witch Haze #FFFE80
Tints of Witch Haze #FFFE80
RGB
CMYK
RGB Variations
Color information
#FFFE80 (or 0xFFFE80) is known color: Witch Haze. HEX triplet: FF, FE and 80. RGB value is (255,254,128). Sum of RGB (Red+Green+Blue) = 255+254+128=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 128 (50.39% from 255 or 20.09% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFE80 is #00017F. Grayscale: #F0F0F0. Windows color (decimal): -384 or 8453887. OLE color: 8453887.
HSL color Cylindrical-coordinate representation of color #FFFE80: hue angle of 59.53º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFFE80 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 128 | - |
| CMYK | 0 | 0.00 | 0.50 | 0 |
| HSL | 59.53º | 1% | 0.75% | - |
| HSV(B) | 59.53º | 0.5% | 1% | - |
| XYZ | 80.58 | 93.7 | 34.26 | - |
| YUV | 239.94 | 64.83 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 128 | 0 | 0.00 | 0.50 | 0 | 59.53 | 1 | 0.75 |
| Hex | FF | FE | 80 | 0 | 0 | 32 | 0 | 3C | 64 | 4B |
| Octal | 377 | 376 | 200 | 0 | 0 | 62 | 0 | 74 | 144 | 113 |
| Binary | 11111111 | 11111110 | 10000000 | 0 | 0 | 110010 | 0 | 111100 | 1100100 | 1001011 |
Color Harmonies of #FFFE80
Complementary color
Monochromatic Colors of #FFFE80
Black with #FFFE80
Text Example
Text Example
White with #FFFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE80; }
p { color: rgb(255,254,128); }
H1.HeaderClassName
{
color: #FFFE80;
}
.AnyTagClassName
{
color: #FFFE80;
}
</style>
background-color css
<style>
a { background-color: #FFFE80; }
a { background-color: rgb(255,254,128); }
div.DivClassName
{
background-color: #FFFE80;
}
.BgClassName
{
background-color: #FFFE80;
}
</style>
border-color css
<style>
span { border-color: #FFFE80; }
span { border-color: rgb(255,254,128); }
td.TdClassName
{
border-color: #FFFE80;
}
.TagClassName
{
border-color: #FFFE80;
}
</style>