Shades of Witch Haze #FFF575
Tints of Witch Haze #FFF575
RGB
CMYK
RGB Variations
Color information
#FFF575 (or 0xFFF575) is known color: Witch Haze. HEX triplet: FF, F5 and 75. RGB value is (255,245,117). Sum of RGB (Red+Green+Blue) = 255+245+117=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 117 (46.09% from 255 or 18.96% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF575 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF575 is #000A8A. Grayscale: #E9E9E9. Windows color (decimal): -2699 or 7730687. OLE color: 7730687.
HSL color Cylindrical-coordinate representation of color #FFF575: hue angle of 55.65º 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 #FFF575 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 117 | - |
| CMYK | 0 | 0.04 | 0.54 | 0 |
| HSL | 55.65º | 1% | 0.73% | - |
| HSV(B) | 55.65º | 0.54% | 1% | - |
| XYZ | 77.1 | 87.85 | 29.72 | - |
| YUV | 233.4 | 62.31 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 117 | 0 | 0.04 | 0.54 | 0 | 55.65 | 1 | 0.73 |
| Hex | FF | F5 | 75 | 0 | 4 | 36 | 0 | 38 | 64 | 49 |
| Octal | 377 | 365 | 165 | 0 | 4 | 66 | 0 | 70 | 144 | 111 |
| Binary | 11111111 | 11110101 | 1110101 | 0 | 100 | 110110 | 0 | 111000 | 1100100 | 1001001 |
Color Harmonies of #FFF575
Complementary color
Monochromatic Colors of #FFF575
Black with #FFF575
Text Example
Text Example
White with #FFF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF575; }
p { color: rgb(255,245,117); }
H1.HeaderClassName
{
color: #FFF575;
}
.AnyTagClassName
{
color: #FFF575;
}
</style>
background-color css
<style>
a { background-color: #FFF575; }
a { background-color: rgb(255,245,117); }
div.DivClassName
{
background-color: #FFF575;
}
.BgClassName
{
background-color: #FFF575;
}
</style>
border-color css
<style>
span { border-color: #FFF575; }
span { border-color: rgb(255,245,117); }
td.TdClassName
{
border-color: #FFF575;
}
.TagClassName
{
border-color: #FFF575;
}
</style>