Shades of Witch Haze #FFF07B
Tints of Witch Haze #FFF07B
RGB
CMYK
RGB Variations
Color information
#FFF07B (or 0xFFF07B) is known color: Witch Haze. HEX triplet: FF, F0 and 7B. RGB value is (255,240,123). Sum of RGB (Red+Green+Blue) = 255+240+123=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 123 (48.44% from 255 or 19.90% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF07B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF07B is #000F84. Grayscale: #E7E7E7. Windows color (decimal): -3973 or 8122623. OLE color: 8122623.
HSL color Cylindrical-coordinate representation of color #FFF07B: hue angle of 53.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFF07B is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 123 | - |
| CMYK | 0 | 0.06 | 0.52 | 0 |
| HSL | 53.18º | 1% | 0.74% | - |
| HSV(B) | 53.18º | 0.52% | 1% | - |
| XYZ | 75.98 | 85.01 | 31.14 | - |
| YUV | 231.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 123 | 0 | 0.06 | 0.52 | 0 | 53.18 | 1 | 0.74 |
| Hex | FF | F0 | 7B | 0 | 6 | 34 | 0 | 35 | 64 | 4A |
| Octal | 377 | 360 | 173 | 0 | 6 | 64 | 0 | 65 | 144 | 112 |
| Binary | 11111111 | 11110000 | 1111011 | 0 | 110 | 110100 | 0 | 110101 | 1100100 | 1001010 |
Color Harmonies of #FFF07B
Complementary color
Monochromatic Colors of #FFF07B
Black with #FFF07B
Text Example
Text Example
White with #FFF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF07B; }
p { color: rgb(255,240,123); }
H1.HeaderClassName
{
color: #FFF07B;
}
.AnyTagClassName
{
color: #FFF07B;
}
</style>
background-color css
<style>
a { background-color: #FFF07B; }
a { background-color: rgb(255,240,123); }
div.DivClassName
{
background-color: #FFF07B;
}
.BgClassName
{
background-color: #FFF07B;
}
</style>
border-color css
<style>
span { border-color: #FFF07B; }
span { border-color: rgb(255,240,123); }
td.TdClassName
{
border-color: #FFF07B;
}
.TagClassName
{
border-color: #FFF07B;
}
</style>