Shades of Witch Haze #FFF87F
Tints of Witch Haze #FFF87F
RGB
CMYK
RGB Variations
Color information
#FFF87F (or 0xFFF87F) is known color: Witch Haze. HEX triplet: FF, F8 and 7F. RGB value is (255,248,127). Sum of RGB (Red+Green+Blue) = 255+248+127=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 127 (50% from 255 or 20.16% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF87F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF87F is #000780. Grayscale: #ECECEC. Windows color (decimal): -1921 or 8386815. OLE color: 8386815.
HSL color Cylindrical-coordinate representation of color #FFF87F: hue angle of 56.72º 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 #FFF87F is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 127 | - |
| CMYK | 0 | 0.03 | 0.50 | 0 |
| HSL | 56.72º | 1% | 0.75% | - |
| HSV(B) | 56.72º | 0.5% | 1% | - |
| XYZ | 78.64 | 89.93 | 33.29 | - |
| YUV | 236.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 127 | 0 | 0.03 | 0.50 | 0 | 56.72 | 1 | 0.75 |
| Hex | FF | F8 | 7F | 0 | 3 | 32 | 0 | 39 | 64 | 4B |
| Octal | 377 | 370 | 177 | 0 | 3 | 62 | 0 | 71 | 144 | 113 |
| Binary | 11111111 | 11111000 | 1111111 | 0 | 11 | 110010 | 0 | 111001 | 1100100 | 1001011 |
Color Harmonies of #FFF87F
Complementary color
Monochromatic Colors of #FFF87F
Black with #FFF87F
Text Example
Text Example
White with #FFF87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF87F; }
p { color: rgb(255,248,127); }
H1.HeaderClassName
{
color: #FFF87F;
}
.AnyTagClassName
{
color: #FFF87F;
}
</style>
background-color css
<style>
a { background-color: #FFF87F; }
a { background-color: rgb(255,248,127); }
div.DivClassName
{
background-color: #FFF87F;
}
.BgClassName
{
background-color: #FFF87F;
}
</style>
border-color css
<style>
span { border-color: #FFF87F; }
span { border-color: rgb(255,248,127); }
td.TdClassName
{
border-color: #FFF87F;
}
.TagClassName
{
border-color: #FFF87F;
}
</style>