Shades of Witch Haze #FFF572
Tints of Witch Haze #FFF572
RGB
CMYK
RGB Variations
Color information
#FFF572 (or 0xFFF572) is known color: Witch Haze. HEX triplet: FF, F5 and 72. RGB value is (255,245,114). Sum of RGB (Red+Green+Blue) = 255+245+114=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 114 (44.92% from 255 or 18.57% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF572 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF572 is #000A8D. Grayscale: #E9E9E9. Windows color (decimal): -2702 or 7534079. OLE color: 7534079.
HSL color Cylindrical-coordinate representation of color #FFF572: hue angle of 55.74º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFF572 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 114 | - |
| CMYK | 0 | 0.04 | 0.55 | 0 |
| HSL | 55.74º | 1% | 0.72% | - |
| HSV(B) | 55.74º | 0.55% | 1% | - |
| XYZ | 76.93 | 87.78 | 28.81 | - |
| YUV | 233.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 114 | 0 | 0.04 | 0.55 | 0 | 55.74 | 1 | 0.72 |
| Hex | FF | F5 | 72 | 0 | 4 | 37 | 0 | 38 | 64 | 48 |
| Octal | 377 | 365 | 162 | 0 | 4 | 67 | 0 | 70 | 144 | 110 |
| Binary | 11111111 | 11110101 | 1110010 | 0 | 100 | 110111 | 0 | 111000 | 1100100 | 1001000 |
Color Harmonies of #FFF572
Complementary color
Monochromatic Colors of #FFF572
Black with #FFF572
Text Example
Text Example
White with #FFF572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF572; }
p { color: rgb(255,245,114); }
H1.HeaderClassName
{
color: #FFF572;
}
.AnyTagClassName
{
color: #FFF572;
}
</style>
background-color css
<style>
a { background-color: #FFF572; }
a { background-color: rgb(255,245,114); }
div.DivClassName
{
background-color: #FFF572;
}
.BgClassName
{
background-color: #FFF572;
}
</style>
border-color css
<style>
span { border-color: #FFF572; }
span { border-color: rgb(255,245,114); }
td.TdClassName
{
border-color: #FFF572;
}
.TagClassName
{
border-color: #FFF572;
}
</style>