Shades of Witch Haze #FFFD78
Tints of Witch Haze #FFFD78
RGB
CMYK
RGB Variations
Color information
#FFFD78 (or 0xFFFD78) is known color: Witch Haze. HEX triplet: FF, FD and 78. RGB value is (255,253,120). Sum of RGB (Red+Green+Blue) = 255+253+120=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 120 (47.27% from 255 or 19.11% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD78 is #000287. Grayscale: #EEEEEE. Windows color (decimal): -648 or 7929343. OLE color: 7929343.
HSL color Cylindrical-coordinate representation of color #FFFD78: hue angle of 59.11º 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 #FFFD78 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 120 | - |
| CMYK | 0 | 0.01 | 0.53 | 0 |
| HSL | 59.11º | 1% | 0.74% | - |
| HSV(B) | 59.11º | 0.53% | 1% | - |
| XYZ | 79.76 | 92.87 | 31.49 | - |
| YUV | 238.44 | 61.16 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 120 | 0 | 0.01 | 0.53 | 0 | 59.11 | 1 | 0.74 |
| Hex | FF | FD | 78 | 0 | 1 | 35 | 0 | 3B | 64 | 4A |
| Octal | 377 | 375 | 170 | 0 | 1 | 65 | 0 | 73 | 144 | 112 |
| Binary | 11111111 | 11111101 | 1111000 | 0 | 1 | 110101 | 0 | 111011 | 1100100 | 1001010 |
Color Harmonies of #FFFD78
Complementary color
Monochromatic Colors of #FFFD78
Black with #FFFD78
Text Example
Text Example
White with #FFFD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD78; }
p { color: rgb(255,253,120); }
H1.HeaderClassName
{
color: #FFFD78;
}
.AnyTagClassName
{
color: #FFFD78;
}
</style>
background-color css
<style>
a { background-color: #FFFD78; }
a { background-color: rgb(255,253,120); }
div.DivClassName
{
background-color: #FFFD78;
}
.BgClassName
{
background-color: #FFFD78;
}
</style>
border-color css
<style>
span { border-color: #FFFD78; }
span { border-color: rgb(255,253,120); }
td.TdClassName
{
border-color: #FFFD78;
}
.TagClassName
{
border-color: #FFFD78;
}
</style>