Shades of Witch Haze #FFFA74
Tints of Witch Haze #FFFA74
RGB
CMYK
RGB Variations
Color information
#FFFA74 (or 0xFFFA74) is known color: Witch Haze. HEX triplet: FF, FA and 74. RGB value is (255,250,116). Sum of RGB (Red+Green+Blue) = 255+250+116=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 116 (45.70% from 255 or 18.68% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA74 is #00058B. Grayscale: #ECECEC. Windows color (decimal): -1420 or 7666431. OLE color: 7666431.
HSL color Cylindrical-coordinate representation of color #FFFA74: hue angle of 57.84º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFFA74 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 116 | - |
| CMYK | 0 | 0.02 | 0.55 | 0 |
| HSL | 57.84º | 1% | 0.73% | - |
| HSV(B) | 57.84º | 0.55% | 1% | - |
| XYZ | 78.58 | 90.89 | 29.93 | - |
| YUV | 236.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 116 | 0 | 0.02 | 0.55 | 0 | 57.84 | 1 | 0.73 |
| Hex | FF | FA | 74 | 0 | 2 | 37 | 0 | 3A | 64 | 49 |
| Octal | 377 | 372 | 164 | 0 | 2 | 67 | 0 | 72 | 144 | 111 |
| Binary | 11111111 | 11111010 | 1110100 | 0 | 10 | 110111 | 0 | 111010 | 1100100 | 1001001 |
Color Harmonies of #FFFA74
Complementary color
Monochromatic Colors of #FFFA74
Black with #FFFA74
Text Example
Text Example
White with #FFFA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA74; }
p { color: rgb(255,250,116); }
H1.HeaderClassName
{
color: #FFFA74;
}
.AnyTagClassName
{
color: #FFFA74;
}
</style>
background-color css
<style>
a { background-color: #FFFA74; }
a { background-color: rgb(255,250,116); }
div.DivClassName
{
background-color: #FFFA74;
}
.BgClassName
{
background-color: #FFFA74;
}
</style>
border-color css
<style>
span { border-color: #FFFA74; }
span { border-color: rgb(255,250,116); }
td.TdClassName
{
border-color: #FFFA74;
}
.TagClassName
{
border-color: #FFFA74;
}
</style>