Shades of Witch Haze #FFFA76
Tints of Witch Haze #FFFA76
RGB
CMYK
RGB Variations
Color information
#FFFA76 (or 0xFFFA76) is known color: Witch Haze. HEX triplet: FF, FA and 76. RGB value is (255,250,118). Sum of RGB (Red+Green+Blue) = 255+250+118=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 118 (46.48% from 255 or 18.94% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA76 is #000589. Grayscale: #ECECEC. Windows color (decimal): -1418 or 7797503. OLE color: 7797503.
HSL color Cylindrical-coordinate representation of color #FFFA76: hue angle of 57.81º 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 #FFFA76 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 118 | - |
| CMYK | 0 | 0.02 | 0.54 | 0 |
| HSL | 57.81º | 1% | 0.73% | - |
| HSV(B) | 57.81º | 0.54% | 1% | - |
| XYZ | 78.7 | 90.94 | 30.54 | - |
| YUV | 236.45 | 61.16 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 118 | 0 | 0.02 | 0.54 | 0 | 57.81 | 1 | 0.73 |
| Hex | FF | FA | 76 | 0 | 2 | 36 | 0 | 3A | 64 | 49 |
| Octal | 377 | 372 | 166 | 0 | 2 | 66 | 0 | 72 | 144 | 111 |
| Binary | 11111111 | 11111010 | 1110110 | 0 | 10 | 110110 | 0 | 111010 | 1100100 | 1001001 |
Color Harmonies of #FFFA76
Complementary color
Monochromatic Colors of #FFFA76
Black with #FFFA76
Text Example
Text Example
White with #FFFA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA76; }
p { color: rgb(255,250,118); }
H1.HeaderClassName
{
color: #FFFA76;
}
.AnyTagClassName
{
color: #FFFA76;
}
</style>
background-color css
<style>
a { background-color: #FFFA76; }
a { background-color: rgb(255,250,118); }
div.DivClassName
{
background-color: #FFFA76;
}
.BgClassName
{
background-color: #FFFA76;
}
</style>
border-color css
<style>
span { border-color: #FFFA76; }
span { border-color: rgb(255,250,118); }
td.TdClassName
{
border-color: #FFFA76;
}
.TagClassName
{
border-color: #FFFA76;
}
</style>