Shades of Witch Haze #FFFC78
Tints of Witch Haze #FFFC78
RGB
CMYK
RGB Variations
Color information
#FFFC78 (or 0xFFFC78) is known color: Witch Haze. HEX triplet: FF, FC and 78. RGB value is (255,252,120). Sum of RGB (Red+Green+Blue) = 255+252+120=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 120 (47.27% from 255 or 19.14% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC78 is #000387. Grayscale: #EEEEEE. Windows color (decimal): -904 or 7929087. OLE color: 7929087.
HSL color Cylindrical-coordinate representation of color #FFFC78: hue angle of 58.67º 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 #FFFC78 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 120 | - |
| CMYK | 0 | 0.01 | 0.53 | 0 |
| HSL | 58.67º | 1% | 0.74% | - |
| HSV(B) | 58.67º | 0.53% | 1% | - |
| XYZ | 79.44 | 92.24 | 31.39 | - |
| YUV | 237.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 120 | 0 | 0.01 | 0.53 | 0 | 58.67 | 1 | 0.74 |
| Hex | FF | FC | 78 | 0 | 1 | 35 | 0 | 3B | 64 | 4A |
| Octal | 377 | 374 | 170 | 0 | 1 | 65 | 0 | 73 | 144 | 112 |
| Binary | 11111111 | 11111100 | 1111000 | 0 | 1 | 110101 | 0 | 111011 | 1100100 | 1001010 |
Color Harmonies of #FFFC78
Complementary color
Monochromatic Colors of #FFFC78
Black with #FFFC78
Text Example
Text Example
White with #FFFC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC78; }
p { color: rgb(255,252,120); }
H1.HeaderClassName
{
color: #FFFC78;
}
.AnyTagClassName
{
color: #FFFC78;
}
</style>
background-color css
<style>
a { background-color: #FFFC78; }
a { background-color: rgb(255,252,120); }
div.DivClassName
{
background-color: #FFFC78;
}
.BgClassName
{
background-color: #FFFC78;
}
</style>
border-color css
<style>
span { border-color: #FFFC78; }
span { border-color: rgb(255,252,120); }
td.TdClassName
{
border-color: #FFFC78;
}
.TagClassName
{
border-color: #FFFC78;
}
</style>