Shades of Witch Haze #FFFA72
Tints of Witch Haze #FFFA72
RGB
CMYK
RGB Variations
Color information
#FFFA72 (or 0xFFFA72) is known color: Witch Haze. HEX triplet: FF, FA and 72. RGB value is (255,250,114). Sum of RGB (Red+Green+Blue) = 255+250+114=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 114 (44.92% from 255 or 18.42% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA72 is #00058D. Grayscale: #ECECEC. Windows color (decimal): -1422 or 7535359. OLE color: 7535359.
HSL color Cylindrical-coordinate representation of color #FFFA72: hue angle of 57.87º 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 #FFFA72 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 114 | - |
| CMYK | 0 | 0.02 | 0.55 | 0 |
| HSL | 57.87º | 1% | 0.72% | - |
| HSV(B) | 57.87º | 0.55% | 1% | - |
| XYZ | 78.46 | 90.85 | 29.32 | - |
| YUV | 235.99 | 59.16 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 114 | 0 | 0.02 | 0.55 | 0 | 57.87 | 1 | 0.72 |
| Hex | FF | FA | 72 | 0 | 2 | 37 | 0 | 3A | 64 | 48 |
| Octal | 377 | 372 | 162 | 0 | 2 | 67 | 0 | 72 | 144 | 110 |
| Binary | 11111111 | 11111010 | 1110010 | 0 | 10 | 110111 | 0 | 111010 | 1100100 | 1001000 |
Color Harmonies of #FFFA72
Complementary color
Monochromatic Colors of #FFFA72
Black with #FFFA72
Text Example
Text Example
White with #FFFA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA72; }
p { color: rgb(255,250,114); }
H1.HeaderClassName
{
color: #FFFA72;
}
.AnyTagClassName
{
color: #FFFA72;
}
</style>
background-color css
<style>
a { background-color: #FFFA72; }
a { background-color: rgb(255,250,114); }
div.DivClassName
{
background-color: #FFFA72;
}
.BgClassName
{
background-color: #FFFA72;
}
</style>
border-color css
<style>
span { border-color: #FFFA72; }
span { border-color: rgb(255,250,114); }
td.TdClassName
{
border-color: #FFFA72;
}
.TagClassName
{
border-color: #FFFA72;
}
</style>