Shades of Witch Haze #FFF57E
Tints of Witch Haze #FFF57E
RGB
CMYK
RGB Variations
Color information
#FFF57E (or 0xFFF57E) is known color: Witch Haze. HEX triplet: FF, F5 and 7E. RGB value is (255,245,126). Sum of RGB (Red+Green+Blue) = 255+245+126=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 126 (49.61% from 255 or 20.13% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF57E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF57E is #000A81. Grayscale: #EAEAEA. Windows color (decimal): -2690 or 8320511. OLE color: 8320511.
HSL color Cylindrical-coordinate representation of color #FFF57E: hue angle of 55.35º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFF57E is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 126 | - |
| CMYK | 0 | 0.04 | 0.51 | 0 |
| HSL | 55.35º | 1% | 0.75% | - |
| HSV(B) | 55.35º | 0.51% | 1% | - |
| XYZ | 77.66 | 88.07 | 32.65 | - |
| YUV | 234.42 | 66.81 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 126 | 0 | 0.04 | 0.51 | 0 | 55.35 | 1 | 0.75 |
| Hex | FF | F5 | 7E | 0 | 4 | 33 | 0 | 37 | 64 | 4B |
| Octal | 377 | 365 | 176 | 0 | 4 | 63 | 0 | 67 | 144 | 113 |
| Binary | 11111111 | 11110101 | 1111110 | 0 | 100 | 110011 | 0 | 110111 | 1100100 | 1001011 |
Color Harmonies of #FFF57E
Complementary color
Monochromatic Colors of #FFF57E
Black with #FFF57E
Text Example
Text Example
White with #FFF57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF57E; }
p { color: rgb(255,245,126); }
H1.HeaderClassName
{
color: #FFF57E;
}
.AnyTagClassName
{
color: #FFF57E;
}
</style>
background-color css
<style>
a { background-color: #FFF57E; }
a { background-color: rgb(255,245,126); }
div.DivClassName
{
background-color: #FFF57E;
}
.BgClassName
{
background-color: #FFF57E;
}
</style>
border-color css
<style>
span { border-color: #FFF57E; }
span { border-color: rgb(255,245,126); }
td.TdClassName
{
border-color: #FFF57E;
}
.TagClassName
{
border-color: #FFF57E;
}
</style>