Shades of Witch Haze #FFF57A
Tints of Witch Haze #FFF57A
RGB
CMYK
RGB Variations
Color information
#FFF57A (or 0xFFF57A) is known color: Witch Haze. HEX triplet: FF, F5 and 7A. RGB value is (255,245,122). Sum of RGB (Red+Green+Blue) = 255+245+122=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 122 (48.05% from 255 or 19.61% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF57A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF57A is #000A85. Grayscale: #EAEAEA. Windows color (decimal): -2694 or 8058367. OLE color: 8058367.
HSL color Cylindrical-coordinate representation of color #FFF57A: hue angle of 55.49º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFF57A is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 122 | - |
| CMYK | 0 | 0.04 | 0.52 | 0 |
| HSL | 55.49º | 1% | 0.74% | - |
| HSV(B) | 55.49º | 0.52% | 1% | - |
| XYZ | 77.41 | 87.97 | 31.31 | - |
| YUV | 233.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 122 | 0 | 0.04 | 0.52 | 0 | 55.49 | 1 | 0.74 |
| Hex | FF | F5 | 7A | 0 | 4 | 34 | 0 | 37 | 64 | 4A |
| Octal | 377 | 365 | 172 | 0 | 4 | 64 | 0 | 67 | 144 | 112 |
| Binary | 11111111 | 11110101 | 1111010 | 0 | 100 | 110100 | 0 | 110111 | 1100100 | 1001010 |
Color Harmonies of #FFF57A
Complementary color
Monochromatic Colors of #FFF57A
Black with #FFF57A
Text Example
Text Example
White with #FFF57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF57A; }
p { color: rgb(255,245,122); }
H1.HeaderClassName
{
color: #FFF57A;
}
.AnyTagClassName
{
color: #FFF57A;
}
</style>
background-color css
<style>
a { background-color: #FFF57A; }
a { background-color: rgb(255,245,122); }
div.DivClassName
{
background-color: #FFF57A;
}
.BgClassName
{
background-color: #FFF57A;
}
</style>
border-color css
<style>
span { border-color: #FFF57A; }
span { border-color: rgb(255,245,122); }
td.TdClassName
{
border-color: #FFF57A;
}
.TagClassName
{
border-color: #FFF57A;
}
</style>