Shades of Witch Haze #FFF57F
Tints of Witch Haze #FFF57F
RGB
CMYK
RGB Variations
Color information
#FFF57F (or 0xFFF57F) is known color: Witch Haze. HEX triplet: FF, F5 and 7F. RGB value is (255,245,127). Sum of RGB (Red+Green+Blue) = 255+245+127=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 127 (50% from 255 or 20.26% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF57F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF57F is #000A80. Grayscale: #EBEBEB. Windows color (decimal): -2689 or 8386047. OLE color: 8386047.
HSL color Cylindrical-coordinate representation of color #FFF57F: hue angle of 55.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFF57F is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 127 | - |
| CMYK | 0 | 0.04 | 0.50 | 0 |
| HSL | 55.31º | 1% | 0.75% | - |
| HSV(B) | 55.31º | 0.5% | 1% | - |
| XYZ | 77.72 | 88.1 | 32.99 | - |
| YUV | 234.54 | 67.31 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 127 | 0 | 0.04 | 0.50 | 0 | 55.31 | 1 | 0.75 |
| Hex | FF | F5 | 7F | 0 | 4 | 32 | 0 | 37 | 64 | 4B |
| Octal | 377 | 365 | 177 | 0 | 4 | 62 | 0 | 67 | 144 | 113 |
| Binary | 11111111 | 11110101 | 1111111 | 0 | 100 | 110010 | 0 | 110111 | 1100100 | 1001011 |
Color Harmonies of #FFF57F
Complementary color
Monochromatic Colors of #FFF57F
Black with #FFF57F
Text Example
Text Example
White with #FFF57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF57F; }
p { color: rgb(255,245,127); }
H1.HeaderClassName
{
color: #FFF57F;
}
.AnyTagClassName
{
color: #FFF57F;
}
</style>
background-color css
<style>
a { background-color: #FFF57F; }
a { background-color: rgb(255,245,127); }
div.DivClassName
{
background-color: #FFF57F;
}
.BgClassName
{
background-color: #FFF57F;
}
</style>
border-color css
<style>
span { border-color: #FFF57F; }
span { border-color: rgb(255,245,127); }
td.TdClassName
{
border-color: #FFF57F;
}
.TagClassName
{
border-color: #FFF57F;
}
</style>