Shades of Witch Haze #FFFF80
Tints of Witch Haze #FFFF80
RGB
CMYK
RGB Variations
Color information
#FFFF80 (or 0xFFFF80) is known color: Witch Haze. HEX triplet: FF, FF and 80. RGB value is (255,255,128). Sum of RGB (Red+Green+Blue) = 255+255+128=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 128 (50.39% from 255 or 20.06% from 638); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFF80 is #00007F. Grayscale: #F1F1F1. Windows color (decimal): -128 or 8454143. OLE color: 8454143.
HSL color Cylindrical-coordinate representation of color #FFFF80: hue angle of 60º 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 #FFFF80 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 128 | - |
| CMYK | 0 | 0 | 0.50 | 0 |
| HSL | 60º | 1% | 0.75% | - |
| HSV(B) | 60º | 0.5% | 1% | - |
| XYZ | 80.9 | 94.34 | 34.37 | - |
| YUV | 240.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 128 | 0 | 0 | 0.50 | 0 | 60 | 1 | 0.75 |
| Hex | FF | FF | 80 | 0 | 0 | 32 | 0 | 3C | 64 | 4B |
| Octal | 377 | 377 | 200 | 0 | 0 | 62 | 0 | 74 | 144 | 113 |
| Binary | 11111111 | 11111111 | 10000000 | 0 | 0 | 110010 | 0 | 111100 | 1100100 | 1001011 |
Color Harmonies of #FFFF80
Complementary color
Monochromatic Colors of #FFFF80
Black with #FFFF80
Text Example
Text Example
White with #FFFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF80; }
p { color: rgb(255,255,128); }
H1.HeaderClassName
{
color: #FFFF80;
}
.AnyTagClassName
{
color: #FFFF80;
}
</style>
background-color css
<style>
a { background-color: #FFFF80; }
a { background-color: rgb(255,255,128); }
div.DivClassName
{
background-color: #FFFF80;
}
.BgClassName
{
background-color: #FFFF80;
}
</style>
border-color css
<style>
span { border-color: #FFFF80; }
span { border-color: rgb(255,255,128); }
td.TdClassName
{
border-color: #FFFF80;
}
.TagClassName
{
border-color: #FFFF80;
}
</style>