Shades of Witch Haze #FFF07E
Tints of Witch Haze #FFF07E
RGB
CMYK
RGB Variations
Color information
#FFF07E (or 0xFFF07E) is known color: Witch Haze. HEX triplet: FF, F0 and 7E. RGB value is (255,240,126). Sum of RGB (Red+Green+Blue) = 255+240+126=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 126 (49.61% from 255 or 20.29% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF07E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF07E is #000F81. Grayscale: #E7E7E7. Windows color (decimal): -3970 or 8319231. OLE color: 8319231.
HSL color Cylindrical-coordinate representation of color #FFF07E: hue angle of 53.02º 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 #FFF07E is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 126 | - |
| CMYK | 0 | 0.06 | 0.51 | 0 |
| HSL | 53.02º | 1% | 0.75% | - |
| HSV(B) | 53.02º | 0.51% | 1% | - |
| XYZ | 76.17 | 85.09 | 32.15 | - |
| YUV | 231.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 126 | 0 | 0.06 | 0.51 | 0 | 53.02 | 1 | 0.75 |
| Hex | FF | F0 | 7E | 0 | 6 | 33 | 0 | 35 | 64 | 4B |
| Octal | 377 | 360 | 176 | 0 | 6 | 63 | 0 | 65 | 144 | 113 |
| Binary | 11111111 | 11110000 | 1111110 | 0 | 110 | 110011 | 0 | 110101 | 1100100 | 1001011 |
Color Harmonies of #FFF07E
Complementary color
Monochromatic Colors of #FFF07E
Black with #FFF07E
Text Example
Text Example
White with #FFF07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF07E; }
p { color: rgb(255,240,126); }
H1.HeaderClassName
{
color: #FFF07E;
}
.AnyTagClassName
{
color: #FFF07E;
}
</style>
background-color css
<style>
a { background-color: #FFF07E; }
a { background-color: rgb(255,240,126); }
div.DivClassName
{
background-color: #FFF07E;
}
.BgClassName
{
background-color: #FFF07E;
}
</style>
border-color css
<style>
span { border-color: #FFF07E; }
span { border-color: rgb(255,240,126); }
td.TdClassName
{
border-color: #FFF07E;
}
.TagClassName
{
border-color: #FFF07E;
}
</style>