Shades of Witch Haze #FFF982
Tints of Witch Haze #FFF982
RGB
CMYK
RGB Variations
Color information
#FFF982 (or 0xFFF982) is known color: Witch Haze. HEX triplet: FF, F9 and 82. RGB value is (255,249,130). Sum of RGB (Red+Green+Blue) = 255+249+130=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 130 (51.17% from 255 or 20.50% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF982 is #00067D. Grayscale: #EDEDED. Windows color (decimal): -1662 or 8583679. OLE color: 8583679.
HSL color Cylindrical-coordinate representation of color #FFF982: hue angle of 57.12º 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 #FFF982 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 130 | - |
| CMYK | 0 | 0.02 | 0.49 | 0 |
| HSL | 57.12º | 1% | 0.75% | - |
| HSV(B) | 57.12º | 0.49% | 1% | - |
| XYZ | 79.14 | 90.62 | 34.44 | - |
| YUV | 237.23 | 67.49 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 130 | 0 | 0.02 | 0.49 | 0 | 57.12 | 1 | 0.75 |
| Hex | FF | F9 | 82 | 0 | 2 | 31 | 0 | 39 | 64 | 4B |
| Octal | 377 | 371 | 202 | 0 | 2 | 61 | 0 | 71 | 144 | 113 |
| Binary | 11111111 | 11111001 | 10000010 | 0 | 10 | 110001 | 0 | 111001 | 1100100 | 1001011 |
Color Harmonies of #FFF982
Complementary color
Monochromatic Colors of #FFF982
Black with #FFF982
Text Example
Text Example
White with #FFF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF982; }
p { color: rgb(255,249,130); }
H1.HeaderClassName
{
color: #FFF982;
}
.AnyTagClassName
{
color: #FFF982;
}
</style>
background-color css
<style>
a { background-color: #FFF982; }
a { background-color: rgb(255,249,130); }
div.DivClassName
{
background-color: #FFF982;
}
.BgClassName
{
background-color: #FFF982;
}
</style>
border-color css
<style>
span { border-color: #FFF982; }
span { border-color: rgb(255,249,130); }
td.TdClassName
{
border-color: #FFF982;
}
.TagClassName
{
border-color: #FFF982;
}
</style>