Shades of Witch Haze #FFF87D
Tints of Witch Haze #FFF87D
RGB
CMYK
RGB Variations
Color information
#FFF87D (or 0xFFF87D) is known color: Witch Haze. HEX triplet: FF, F8 and 7D. RGB value is (255,248,125). Sum of RGB (Red+Green+Blue) = 255+248+125=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 125 (49.22% from 255 or 19.90% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF87D is #000782. Grayscale: #ECECEC. Windows color (decimal): -1923 or 8255743. OLE color: 8255743.
HSL color Cylindrical-coordinate representation of color #FFF87D: hue angle of 56.77º 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 #FFF87D is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 125 | - |
| CMYK | 0 | 0.03 | 0.51 | 0 |
| HSL | 56.77º | 1% | 0.75% | - |
| HSV(B) | 56.77º | 0.51% | 1% | - |
| XYZ | 78.51 | 89.88 | 32.61 | - |
| YUV | 236.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 125 | 0 | 0.03 | 0.51 | 0 | 56.77 | 1 | 0.75 |
| Hex | FF | F8 | 7D | 0 | 3 | 33 | 0 | 39 | 64 | 4B |
| Octal | 377 | 370 | 175 | 0 | 3 | 63 | 0 | 71 | 144 | 113 |
| Binary | 11111111 | 11111000 | 1111101 | 0 | 11 | 110011 | 0 | 111001 | 1100100 | 1001011 |
Color Harmonies of #FFF87D
Complementary color
Monochromatic Colors of #FFF87D
Black with #FFF87D
Text Example
Text Example
White with #FFF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF87D; }
p { color: rgb(255,248,125); }
H1.HeaderClassName
{
color: #FFF87D;
}
.AnyTagClassName
{
color: #FFF87D;
}
</style>
background-color css
<style>
a { background-color: #FFF87D; }
a { background-color: rgb(255,248,125); }
div.DivClassName
{
background-color: #FFF87D;
}
.BgClassName
{
background-color: #FFF87D;
}
</style>
border-color css
<style>
span { border-color: #FFF87D; }
span { border-color: rgb(255,248,125); }
td.TdClassName
{
border-color: #FFF87D;
}
.TagClassName
{
border-color: #FFF87D;
}
</style>