Shades of Witch Haze #FFF975
Tints of Witch Haze #FFF975
RGB
CMYK
RGB Variations
Color information
#FFF975 (or 0xFFF975) is known color: Witch Haze. HEX triplet: FF, F9 and 75. RGB value is (255,249,117). Sum of RGB (Red+Green+Blue) = 255+249+117=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 117 (46.09% from 255 or 18.84% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF975 is #00068A. Grayscale: #ECECEC. Windows color (decimal): -1675 or 7731711. OLE color: 7731711.
HSL color Cylindrical-coordinate representation of color #FFF975: hue angle of 57.39º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFF975 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 117 | - |
| CMYK | 0 | 0.02 | 0.54 | 0 |
| HSL | 57.39º | 1% | 0.73% | - |
| HSV(B) | 57.39º | 0.54% | 1% | - |
| XYZ | 78.33 | 90.3 | 30.13 | - |
| YUV | 235.75 | 60.99 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 117 | 0 | 0.02 | 0.54 | 0 | 57.39 | 1 | 0.73 |
| Hex | FF | F9 | 75 | 0 | 2 | 36 | 0 | 39 | 64 | 49 |
| Octal | 377 | 371 | 165 | 0 | 2 | 66 | 0 | 71 | 144 | 111 |
| Binary | 11111111 | 11111001 | 1110101 | 0 | 10 | 110110 | 0 | 111001 | 1100100 | 1001001 |
Color Harmonies of #FFF975
Complementary color
Monochromatic Colors of #FFF975
Black with #FFF975
Text Example
Text Example
White with #FFF975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF975; }
p { color: rgb(255,249,117); }
H1.HeaderClassName
{
color: #FFF975;
}
.AnyTagClassName
{
color: #FFF975;
}
</style>
background-color css
<style>
a { background-color: #FFF975; }
a { background-color: rgb(255,249,117); }
div.DivClassName
{
background-color: #FFF975;
}
.BgClassName
{
background-color: #FFF975;
}
</style>
border-color css
<style>
span { border-color: #FFF975; }
span { border-color: rgb(255,249,117); }
td.TdClassName
{
border-color: #FFF975;
}
.TagClassName
{
border-color: #FFF975;
}
</style>