Shades of Witch Haze #FFFC80
Tints of Witch Haze #FFFC80
RGB
CMYK
RGB Variations
Color information
#FFFC80 (or 0xFFFC80) is known color: Witch Haze. HEX triplet: FF, FC and 80. RGB value is (255,252,128). Sum of RGB (Red+Green+Blue) = 255+252+128=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 128 (50.39% from 255 or 20.16% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFC80 is #00037F. Grayscale: #EFEFEF. Windows color (decimal): -896 or 8453375. OLE color: 8453375.
HSL color Cylindrical-coordinate representation of color #FFFC80: hue angle of 58.58º 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 #FFFC80 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 128 | - |
| CMYK | 0 | 0.01 | 0.50 | 0 |
| HSL | 58.58º | 1% | 0.75% | - |
| HSV(B) | 58.58º | 0.5% | 1% | - |
| XYZ | 79.95 | 92.44 | 34.05 | - |
| YUV | 238.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 128 | 0 | 0.01 | 0.50 | 0 | 58.58 | 1 | 0.75 |
| Hex | FF | FC | 80 | 0 | 1 | 32 | 0 | 3B | 64 | 4B |
| Octal | 377 | 374 | 200 | 0 | 1 | 62 | 0 | 73 | 144 | 113 |
| Binary | 11111111 | 11111100 | 10000000 | 0 | 1 | 110010 | 0 | 111011 | 1100100 | 1001011 |
Color Harmonies of #FFFC80
Complementary color
Monochromatic Colors of #FFFC80
Black with #FFFC80
Text Example
Text Example
White with #FFFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC80; }
p { color: rgb(255,252,128); }
H1.HeaderClassName
{
color: #FFFC80;
}
.AnyTagClassName
{
color: #FFFC80;
}
</style>
background-color css
<style>
a { background-color: #FFFC80; }
a { background-color: rgb(255,252,128); }
div.DivClassName
{
background-color: #FFFC80;
}
.BgClassName
{
background-color: #FFFC80;
}
</style>
border-color css
<style>
span { border-color: #FFFC80; }
span { border-color: rgb(255,252,128); }
td.TdClassName
{
border-color: #FFFC80;
}
.TagClassName
{
border-color: #FFFC80;
}
</style>