Shades of Witch Haze #FFF56C
Tints of Witch Haze #FFF56C
RGB
CMYK
RGB Variations
Color information
#FFF56C (or 0xFFF56C) is known color: Witch Haze. HEX triplet: FF, F5 and 6C. RGB value is (255,245,108). Sum of RGB (Red+Green+Blue) = 255+245+108=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 108 (42.58% from 255 or 17.76% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF56C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF56C is #000A93. Grayscale: #E8E8E8. Windows color (decimal): -2708 or 7140863. OLE color: 7140863.
HSL color Cylindrical-coordinate representation of color #FFF56C: hue angle of 55.92º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFF56C is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 108 | - |
| CMYK | 0 | 0.04 | 0.58 | 0 |
| HSL | 55.92º | 1% | 0.71% | - |
| HSV(B) | 55.92º | 0.58% | 1% | - |
| XYZ | 76.6 | 87.65 | 27.07 | - |
| YUV | 232.37 | 57.81 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 108 | 0 | 0.04 | 0.58 | 0 | 55.92 | 1 | 0.71 |
| Hex | FF | F5 | 6C | 0 | 4 | 3A | 0 | 38 | 64 | 47 |
| Octal | 377 | 365 | 154 | 0 | 4 | 72 | 0 | 70 | 144 | 107 |
| Binary | 11111111 | 11110101 | 1101100 | 0 | 100 | 111010 | 0 | 111000 | 1100100 | 1000111 |
Color Harmonies of #FFF56C
Complementary color
Monochromatic Colors of #FFF56C
Black with #FFF56C
Text Example
Text Example
White with #FFF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF56C; }
p { color: rgb(255,245,108); }
H1.HeaderClassName
{
color: #FFF56C;
}
.AnyTagClassName
{
color: #FFF56C;
}
</style>
background-color css
<style>
a { background-color: #FFF56C; }
a { background-color: rgb(255,245,108); }
div.DivClassName
{
background-color: #FFF56C;
}
.BgClassName
{
background-color: #FFF56C;
}
</style>
border-color css
<style>
span { border-color: #FFF56C; }
span { border-color: rgb(255,245,108); }
td.TdClassName
{
border-color: #FFF56C;
}
.TagClassName
{
border-color: #FFF56C;
}
</style>