Shades of Witch Haze #FFFA78
Tints of Witch Haze #FFFA78
RGB
CMYK
RGB Variations
Color information
#FFFA78 (or 0xFFFA78) is known color: Witch Haze. HEX triplet: FF, FA and 78. RGB value is (255,250,120). Sum of RGB (Red+Green+Blue) = 255+250+120=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 120 (47.27% from 255 or 19.2% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA78 is #000587. Grayscale: #EDEDED. Windows color (decimal): -1416 or 7928575. OLE color: 7928575.
HSL color Cylindrical-coordinate representation of color #FFFA78: hue angle of 57.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFFA78 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 120 | - |
| CMYK | 0 | 0.02 | 0.53 | 0 |
| HSL | 57.78º | 1% | 0.74% | - |
| HSV(B) | 57.78º | 0.53% | 1% | - |
| XYZ | 78.82 | 90.99 | 31.18 | - |
| YUV | 236.68 | 62.16 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 120 | 0 | 0.02 | 0.53 | 0 | 57.78 | 1 | 0.74 |
| Hex | FF | FA | 78 | 0 | 2 | 35 | 0 | 3A | 64 | 4A |
| Octal | 377 | 372 | 170 | 0 | 2 | 65 | 0 | 72 | 144 | 112 |
| Binary | 11111111 | 11111010 | 1111000 | 0 | 10 | 110101 | 0 | 111010 | 1100100 | 1001010 |
Color Harmonies of #FFFA78
Complementary color
Monochromatic Colors of #FFFA78
Black with #FFFA78
Text Example
Text Example
White with #FFFA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA78; }
p { color: rgb(255,250,120); }
H1.HeaderClassName
{
color: #FFFA78;
}
.AnyTagClassName
{
color: #FFFA78;
}
</style>
background-color css
<style>
a { background-color: #FFFA78; }
a { background-color: rgb(255,250,120); }
div.DivClassName
{
background-color: #FFFA78;
}
.BgClassName
{
background-color: #FFFA78;
}
</style>
border-color css
<style>
span { border-color: #FFFA78; }
span { border-color: rgb(255,250,120); }
td.TdClassName
{
border-color: #FFFA78;
}
.TagClassName
{
border-color: #FFFA78;
}
</style>