Shades of Witch Haze #FFFC82
Tints of Witch Haze #FFFC82
RGB
CMYK
RGB Variations
Color information
#FFFC82 (or 0xFFFC82) is known color: Witch Haze. HEX triplet: FF, FC and 82. RGB value is (255,252,130). Sum of RGB (Red+Green+Blue) = 255+252+130=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 130 (51.17% from 255 or 20.41% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFC82 is #00037D. Grayscale: #EFEFEF. Windows color (decimal): -894 or 8584447. OLE color: 8584447.
HSL color Cylindrical-coordinate representation of color #FFFC82: hue angle of 58.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFFC82 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 130 | - |
| CMYK | 0 | 0.01 | 0.49 | 0 |
| HSL | 58.56º | 1% | 0.75% | - |
| HSV(B) | 58.56º | 0.49% | 1% | - |
| XYZ | 80.08 | 92.49 | 34.75 | - |
| YUV | 238.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 130 | 0 | 0.01 | 0.49 | 0 | 58.56 | 1 | 0.75 |
| Hex | FF | FC | 82 | 0 | 1 | 31 | 0 | 3B | 64 | 4B |
| Octal | 377 | 374 | 202 | 0 | 1 | 61 | 0 | 73 | 144 | 113 |
| Binary | 11111111 | 11111100 | 10000010 | 0 | 1 | 110001 | 0 | 111011 | 1100100 | 1001011 |
Color Harmonies of #FFFC82
Complementary color
Monochromatic Colors of #FFFC82
Black with #FFFC82
Text Example
Text Example
White with #FFFC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC82; }
p { color: rgb(255,252,130); }
H1.HeaderClassName
{
color: #FFFC82;
}
.AnyTagClassName
{
color: #FFFC82;
}
</style>
background-color css
<style>
a { background-color: #FFFC82; }
a { background-color: rgb(255,252,130); }
div.DivClassName
{
background-color: #FFFC82;
}
.BgClassName
{
background-color: #FFFC82;
}
</style>
border-color css
<style>
span { border-color: #FFFC82; }
span { border-color: rgb(255,252,130); }
td.TdClassName
{
border-color: #FFFC82;
}
.TagClassName
{
border-color: #FFFC82;
}
</style>