Shades of Witch Haze #FFF07D
Tints of Witch Haze #FFF07D
RGB
CMYK
RGB Variations
Color information
#FFF07D (or 0xFFF07D) is known color: Witch Haze. HEX triplet: FF, F0 and 7D. RGB value is (255,240,125). Sum of RGB (Red+Green+Blue) = 255+240+125=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 125 (49.22% from 255 or 20.16% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF07D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF07D is #000F82. Grayscale: #E7E7E7. Windows color (decimal): -3971 or 8253695. OLE color: 8253695.
HSL color Cylindrical-coordinate representation of color #FFF07D: hue angle of 53.08º 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 #FFF07D is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 125 | - |
| CMYK | 0 | 0.06 | 0.51 | 0 |
| HSL | 53.08º | 1% | 0.75% | - |
| HSV(B) | 53.08º | 0.51% | 1% | - |
| XYZ | 76.1 | 85.06 | 31.81 | - |
| YUV | 231.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 125 | 0 | 0.06 | 0.51 | 0 | 53.08 | 1 | 0.75 |
| Hex | FF | F0 | 7D | 0 | 6 | 33 | 0 | 35 | 64 | 4B |
| Octal | 377 | 360 | 175 | 0 | 6 | 63 | 0 | 65 | 144 | 113 |
| Binary | 11111111 | 11110000 | 1111101 | 0 | 110 | 110011 | 0 | 110101 | 1100100 | 1001011 |
Color Harmonies of #FFF07D
Complementary color
Monochromatic Colors of #FFF07D
Black with #FFF07D
Text Example
Text Example
White with #FFF07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF07D; }
p { color: rgb(255,240,125); }
H1.HeaderClassName
{
color: #FFF07D;
}
.AnyTagClassName
{
color: #FFF07D;
}
</style>
background-color css
<style>
a { background-color: #FFF07D; }
a { background-color: rgb(255,240,125); }
div.DivClassName
{
background-color: #FFF07D;
}
.BgClassName
{
background-color: #FFF07D;
}
</style>
border-color css
<style>
span { border-color: #FFF07D; }
span { border-color: rgb(255,240,125); }
td.TdClassName
{
border-color: #FFF07D;
}
.TagClassName
{
border-color: #FFF07D;
}
</style>