Shades of Witch Haze #FFF57C
Tints of Witch Haze #FFF57C
RGB
CMYK
RGB Variations
Color information
#FFF57C (or 0xFFF57C) is known color: Witch Haze. HEX triplet: FF, F5 and 7C. RGB value is (255,245,124). Sum of RGB (Red+Green+Blue) = 255+245+124=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 124 (48.83% from 255 or 19.87% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF57C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF57C is #000A83. Grayscale: #EAEAEA. Windows color (decimal): -2692 or 8189439. OLE color: 8189439.
HSL color Cylindrical-coordinate representation of color #FFF57C: hue angle of 55.42º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFF57C is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 124 | - |
| CMYK | 0 | 0.04 | 0.51 | 0 |
| HSL | 55.42º | 1% | 0.74% | - |
| HSV(B) | 55.42º | 0.51% | 1% | - |
| XYZ | 77.53 | 88.02 | 31.97 | - |
| YUV | 234.2 | 65.81 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 124 | 0 | 0.04 | 0.51 | 0 | 55.42 | 1 | 0.74 |
| Hex | FF | F5 | 7C | 0 | 4 | 33 | 0 | 37 | 64 | 4A |
| Octal | 377 | 365 | 174 | 0 | 4 | 63 | 0 | 67 | 144 | 112 |
| Binary | 11111111 | 11110101 | 1111100 | 0 | 100 | 110011 | 0 | 110111 | 1100100 | 1001010 |
Color Harmonies of #FFF57C
Complementary color
Monochromatic Colors of #FFF57C
Black with #FFF57C
Text Example
Text Example
White with #FFF57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF57C; }
p { color: rgb(255,245,124); }
H1.HeaderClassName
{
color: #FFF57C;
}
.AnyTagClassName
{
color: #FFF57C;
}
</style>
background-color css
<style>
a { background-color: #FFF57C; }
a { background-color: rgb(255,245,124); }
div.DivClassName
{
background-color: #FFF57C;
}
.BgClassName
{
background-color: #FFF57C;
}
</style>
border-color css
<style>
span { border-color: #FFF57C; }
span { border-color: rgb(255,245,124); }
td.TdClassName
{
border-color: #FFF57C;
}
.TagClassName
{
border-color: #FFF57C;
}
</style>