Shades of Witch Haze #FFFF78
Tints of Witch Haze #FFFF78
RGB
CMYK
RGB Variations
Color information
#FFFF78 (or 0xFFFF78) is known color: Witch Haze. HEX triplet: FF, FF and 78. RGB value is (255,255,120). Sum of RGB (Red+Green+Blue) = 255+255+120=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 120 (47.27% from 255 or 19.05% from 630); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF78 is #000087. Grayscale: #F0F0F0. Windows color (decimal): -136 or 7929855. OLE color: 7929855.
HSL color Cylindrical-coordinate representation of color #FFFF78: hue angle of 60º 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 #FFFF78 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 120 | - |
| CMYK | 0 | 0 | 0.53 | 0 |
| HSL | 60º | 1% | 0.74% | - |
| HSV(B) | 60º | 0.53% | 1% | - |
| XYZ | 80.39 | 94.14 | 31.7 | - |
| YUV | 239.61 | 60.5 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 120 | 0 | 0 | 0.53 | 0 | 60 | 1 | 0.74 |
| Hex | FF | FF | 78 | 0 | 0 | 35 | 0 | 3C | 64 | 4A |
| Octal | 377 | 377 | 170 | 0 | 0 | 65 | 0 | 74 | 144 | 112 |
| Binary | 11111111 | 11111111 | 1111000 | 0 | 0 | 110101 | 0 | 111100 | 1100100 | 1001010 |
Color Harmonies of #FFFF78
Complementary color
Monochromatic Colors of #FFFF78
Black with #FFFF78
Text Example
Text Example
White with #FFFF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF78; }
p { color: rgb(255,255,120); }
H1.HeaderClassName
{
color: #FFFF78;
}
.AnyTagClassName
{
color: #FFFF78;
}
</style>
background-color css
<style>
a { background-color: #FFFF78; }
a { background-color: rgb(255,255,120); }
div.DivClassName
{
background-color: #FFFF78;
}
.BgClassName
{
background-color: #FFFF78;
}
</style>
border-color css
<style>
span { border-color: #FFFF78; }
span { border-color: rgb(255,255,120); }
td.TdClassName
{
border-color: #FFFF78;
}
.TagClassName
{
border-color: #FFFF78;
}
</style>