Shades of Witch Haze #FFF484
Tints of Witch Haze #FFF484
RGB
CMYK
RGB Variations
Color information
#FFF484 (or 0xFFF484) is known color: Witch Haze. HEX triplet: FF, F4 and 84. RGB value is (255,244,132). Sum of RGB (Red+Green+Blue) = 255+244+132=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 244 (95.70% from 255 or 38.67% from 631); Blue value is 132 (51.95% from 255 or 20.92% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF484 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF484 is #000B7B. Grayscale: #EAEAEA. Windows color (decimal): -2940 or 8713471. OLE color: 8713471.
HSL color Cylindrical-coordinate representation of color #FFF484: hue angle of 54.63º 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 #FFF484 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 132 | - |
| CMYK | 0 | 0.04 | 0.48 | 0 |
| HSL | 54.63º | 1% | 0.76% | - |
| HSV(B) | 54.63º | 0.48% | 1% | - |
| XYZ | 77.76 | 87.63 | 34.65 | - |
| YUV | 234.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 132 | 0 | 0.04 | 0.48 | 0 | 54.63 | 1 | 0.76 |
| Hex | FF | F4 | 84 | 0 | 4 | 30 | 0 | 37 | 64 | 4C |
| Octal | 377 | 364 | 204 | 0 | 4 | 60 | 0 | 67 | 144 | 114 |
| Binary | 11111111 | 11110100 | 10000100 | 0 | 100 | 110000 | 0 | 110111 | 1100100 | 1001100 |
Color Harmonies of #FFF484
Complementary color
Monochromatic Colors of #FFF484
Black with #FFF484
Text Example
Text Example
White with #FFF484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF484; }
p { color: rgb(255,244,132); }
H1.HeaderClassName
{
color: #FFF484;
}
.AnyTagClassName
{
color: #FFF484;
}
</style>
background-color css
<style>
a { background-color: #FFF484; }
a { background-color: rgb(255,244,132); }
div.DivClassName
{
background-color: #FFF484;
}
.BgClassName
{
background-color: #FFF484;
}
</style>
border-color css
<style>
span { border-color: #FFF484; }
span { border-color: rgb(255,244,132); }
td.TdClassName
{
border-color: #FFF484;
}
.TagClassName
{
border-color: #FFF484;
}
</style>