Shades of Witch Haze #FFF07F
Tints of Witch Haze #FFF07F
RGB
CMYK
RGB Variations
Color information
#FFF07F (or 0xFFF07F) is known color: Witch Haze. HEX triplet: FF, F0 and 7F. RGB value is (255,240,127). Sum of RGB (Red+Green+Blue) = 255+240+127=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 127 (50% from 255 or 20.42% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF07F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF07F is #000F80. Grayscale: #E8E8E8. Windows color (decimal): -3969 or 8384767. OLE color: 8384767.
HSL color Cylindrical-coordinate representation of color #FFF07F: hue angle of 52.97º 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 #FFF07F is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 127 | - |
| CMYK | 0 | 0.06 | 0.50 | 0 |
| HSL | 52.97º | 1% | 0.75% | - |
| HSV(B) | 52.97º | 0.5% | 1% | - |
| XYZ | 76.23 | 85.11 | 32.49 | - |
| YUV | 231.6 | 68.97 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 127 | 0 | 0.06 | 0.50 | 0 | 52.97 | 1 | 0.75 |
| Hex | FF | F0 | 7F | 0 | 6 | 32 | 0 | 35 | 64 | 4B |
| Octal | 377 | 360 | 177 | 0 | 6 | 62 | 0 | 65 | 144 | 113 |
| Binary | 11111111 | 11110000 | 1111111 | 0 | 110 | 110010 | 0 | 110101 | 1100100 | 1001011 |
Color Harmonies of #FFF07F
Complementary color
Monochromatic Colors of #FFF07F
Black with #FFF07F
Text Example
Text Example
White with #FFF07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF07F; }
p { color: rgb(255,240,127); }
H1.HeaderClassName
{
color: #FFF07F;
}
.AnyTagClassName
{
color: #FFF07F;
}
</style>
background-color css
<style>
a { background-color: #FFF07F; }
a { background-color: rgb(255,240,127); }
div.DivClassName
{
background-color: #FFF07F;
}
.BgClassName
{
background-color: #FFF07F;
}
</style>
border-color css
<style>
span { border-color: #FFF07F; }
span { border-color: rgb(255,240,127); }
td.TdClassName
{
border-color: #FFF07F;
}
.TagClassName
{
border-color: #FFF07F;
}
</style>