Shades of Witch Haze #FFF07C
Tints of Witch Haze #FFF07C
RGB
CMYK
RGB Variations
Color information
#FFF07C (or 0xFFF07C) is known color: Witch Haze. HEX triplet: FF, F0 and 7C. RGB value is (255,240,124). Sum of RGB (Red+Green+Blue) = 255+240+124=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 124 (48.83% from 255 or 20.03% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF07C is #000F83. Grayscale: #E7E7E7. Windows color (decimal): -3972 or 8188159. OLE color: 8188159.
HSL color Cylindrical-coordinate representation of color #FFF07C: hue angle of 53.13º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFF07C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 124 | - |
| CMYK | 0 | 0.06 | 0.51 | 0 |
| HSL | 53.13º | 1% | 0.74% | - |
| HSV(B) | 53.13º | 0.51% | 1% | - |
| XYZ | 76.04 | 85.04 | 31.47 | - |
| YUV | 231.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 124 | 0 | 0.06 | 0.51 | 0 | 53.13 | 1 | 0.74 |
| Hex | FF | F0 | 7C | 0 | 6 | 33 | 0 | 35 | 64 | 4A |
| Octal | 377 | 360 | 174 | 0 | 6 | 63 | 0 | 65 | 144 | 112 |
| Binary | 11111111 | 11110000 | 1111100 | 0 | 110 | 110011 | 0 | 110101 | 1100100 | 1001010 |
Color Harmonies of #FFF07C
Complementary color
Monochromatic Colors of #FFF07C
Black with #FFF07C
Text Example
Text Example
White with #FFF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF07C; }
p { color: rgb(255,240,124); }
H1.HeaderClassName
{
color: #FFF07C;
}
.AnyTagClassName
{
color: #FFF07C;
}
</style>
background-color css
<style>
a { background-color: #FFF07C; }
a { background-color: rgb(255,240,124); }
div.DivClassName
{
background-color: #FFF07C;
}
.BgClassName
{
background-color: #FFF07C;
}
</style>
border-color css
<style>
span { border-color: #FFF07C; }
span { border-color: rgb(255,240,124); }
td.TdClassName
{
border-color: #FFF07C;
}
.TagClassName
{
border-color: #FFF07C;
}
</style>