Shades of Witch Haze #FFF084
Tints of Witch Haze #FFF084
RGB
CMYK
RGB Variations
Color information
#FFF084 (or 0xFFF084) is known color: Witch Haze. HEX triplet: FF, F0 and 84. RGB value is (255,240,132). Sum of RGB (Red+Green+Blue) = 255+240+132=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 132 (51.95% from 255 or 21.05% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF084 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF084 is #000F7B. Grayscale: #E8E8E8. Windows color (decimal): -3964 or 8712447. OLE color: 8712447.
HSL color Cylindrical-coordinate representation of color #FFF084: hue angle of 52.68º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFF084 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 132 | - |
| CMYK | 0 | 0.06 | 0.48 | 0 |
| HSL | 52.68º | 1% | 0.76% | - |
| HSV(B) | 52.68º | 0.48% | 1% | - |
| XYZ | 76.56 | 85.25 | 34.25 | - |
| YUV | 232.17 | 71.47 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 132 | 0 | 0.06 | 0.48 | 0 | 52.68 | 1 | 0.76 |
| Hex | FF | F0 | 84 | 0 | 6 | 30 | 0 | 35 | 64 | 4C |
| Octal | 377 | 360 | 204 | 0 | 6 | 60 | 0 | 65 | 144 | 114 |
| Binary | 11111111 | 11110000 | 10000100 | 0 | 110 | 110000 | 0 | 110101 | 1100100 | 1001100 |
Color Harmonies of #FFF084
Complementary color
Monochromatic Colors of #FFF084
Black with #FFF084
Text Example
Text Example
White with #FFF084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF084; }
p { color: rgb(255,240,132); }
H1.HeaderClassName
{
color: #FFF084;
}
.AnyTagClassName
{
color: #FFF084;
}
</style>
background-color css
<style>
a { background-color: #FFF084; }
a { background-color: rgb(255,240,132); }
div.DivClassName
{
background-color: #FFF084;
}
.BgClassName
{
background-color: #FFF084;
}
</style>
border-color css
<style>
span { border-color: #FFF084; }
span { border-color: rgb(255,240,132); }
td.TdClassName
{
border-color: #FFF084;
}
.TagClassName
{
border-color: #FFF084;
}
</style>