Shades of Witch Haze #FFF584
Tints of Witch Haze #FFF584
RGB
CMYK
RGB Variations
Color information
#FFF584 (or 0xFFF584) is known color: Witch Haze. HEX triplet: FF, F5 and 84. RGB value is (255,245,132). Sum of RGB (Red+Green+Blue) = 255+245+132=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 132 (51.95% from 255 or 20.89% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF584 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF584 is #000A7B. Grayscale: #EBEBEB. Windows color (decimal): -2684 or 8713727. OLE color: 8713727.
HSL color Cylindrical-coordinate representation of color #FFF584: hue angle of 55.12º 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 #FFF584 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 132 | - |
| CMYK | 0 | 0.04 | 0.48 | 0 |
| HSL | 55.12º | 1% | 0.76% | - |
| HSV(B) | 55.12º | 0.48% | 1% | - |
| XYZ | 78.06 | 88.23 | 34.75 | - |
| YUV | 235.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 132 | 0 | 0.04 | 0.48 | 0 | 55.12 | 1 | 0.76 |
| Hex | FF | F5 | 84 | 0 | 4 | 30 | 0 | 37 | 64 | 4C |
| Octal | 377 | 365 | 204 | 0 | 4 | 60 | 0 | 67 | 144 | 114 |
| Binary | 11111111 | 11110101 | 10000100 | 0 | 100 | 110000 | 0 | 110111 | 1100100 | 1001100 |
Color Harmonies of #FFF584
Complementary color
Monochromatic Colors of #FFF584
Black with #FFF584
Text Example
Text Example
White with #FFF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF584; }
p { color: rgb(255,245,132); }
H1.HeaderClassName
{
color: #FFF584;
}
.AnyTagClassName
{
color: #FFF584;
}
</style>
background-color css
<style>
a { background-color: #FFF584; }
a { background-color: rgb(255,245,132); }
div.DivClassName
{
background-color: #FFF584;
}
.BgClassName
{
background-color: #FFF584;
}
</style>
border-color css
<style>
span { border-color: #FFF584; }
span { border-color: rgb(255,245,132); }
td.TdClassName
{
border-color: #FFF584;
}
.TagClassName
{
border-color: #FFF584;
}
</style>