Shades of Witch Haze #FFF082
Tints of Witch Haze #FFF082
RGB
CMYK
RGB Variations
Color information
#FFF082 (or 0xFFF082) is known color: Witch Haze. HEX triplet: FF, F0 and 82. RGB value is (255,240,130). Sum of RGB (Red+Green+Blue) = 255+240+130=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 130 (51.17% from 255 or 20.8% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF082 is #000F7D. Grayscale: #E8E8E8. Windows color (decimal): -3966 or 8581375. OLE color: 8581375.
HSL color Cylindrical-coordinate representation of color #FFF082: hue angle of 52.8º 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 #FFF082 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 130 | - |
| CMYK | 0 | 0.06 | 0.49 | 0 |
| HSL | 52.8º | 1% | 0.75% | - |
| HSV(B) | 52.8º | 0.49% | 1% | - |
| XYZ | 76.43 | 85.19 | 33.53 | - |
| YUV | 231.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 130 | 0 | 0.06 | 0.49 | 0 | 52.8 | 1 | 0.75 |
| Hex | FF | F0 | 82 | 0 | 6 | 31 | 0 | 35 | 64 | 4B |
| Octal | 377 | 360 | 202 | 0 | 6 | 61 | 0 | 65 | 144 | 113 |
| Binary | 11111111 | 11110000 | 10000010 | 0 | 110 | 110001 | 0 | 110101 | 1100100 | 1001011 |
Color Harmonies of #FFF082
Complementary color
Monochromatic Colors of #FFF082
Black with #FFF082
Text Example
Text Example
White with #FFF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF082; }
p { color: rgb(255,240,130); }
H1.HeaderClassName
{
color: #FFF082;
}
.AnyTagClassName
{
color: #FFF082;
}
</style>
background-color css
<style>
a { background-color: #FFF082; }
a { background-color: rgb(255,240,130); }
div.DivClassName
{
background-color: #FFF082;
}
.BgClassName
{
background-color: #FFF082;
}
</style>
border-color css
<style>
span { border-color: #FFF082; }
span { border-color: rgb(255,240,130); }
td.TdClassName
{
border-color: #FFF082;
}
.TagClassName
{
border-color: #FFF082;
}
</style>