Shades of Witch Haze #FBF07A
Tints of Witch Haze #FBF07A
RGB
CMYK
RGB Variations
Color information
#FBF07A (or 0xFBF07A) is known color: Witch Haze. HEX triplet: FB, F0 and 7A. RGB value is (251,240,122). Sum of RGB (Red+Green+Blue) = 251+240+122=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 122 (48.05% from 255 or 19.90% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF07A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF07A is #040F85. Grayscale: #E6E6E6. Windows color (decimal): -266118 or 8057083. OLE color: 8057083.
HSL color Cylindrical-coordinate representation of color #FBF07A: hue angle of 54.88º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBF07A is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 122 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.02 |
| HSL | 54.88º | 0.94% | 0.73% | - |
| HSV(B) | 54.88º | 0.51% | 0.98% | - |
| XYZ | 74.46 | 84.23 | 30.75 | - |
| YUV | 229.84 | 67.14 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 122 | 0 | 0.04 | 0.51 | 0.02 | 54.88 | 0.94 | 0.73 |
| Hex | FB | F0 | 7A | 0 | 4 | 33 | 2 | 37 | 5E | 49 |
| Octal | 373 | 360 | 172 | 0 | 4 | 63 | 2 | 67 | 136 | 111 |
| Binary | 11111011 | 11110000 | 1111010 | 0 | 100 | 110011 | 10 | 110111 | 1011110 | 1001001 |
Color Harmonies of #FBF07A
Complementary color
Monochromatic Colors of #FBF07A
Black with #FBF07A
Text Example
Text Example
White with #FBF07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF07A; }
p { color: rgb(251,240,122); }
H1.HeaderClassName
{
color: #FBF07A;
}
.AnyTagClassName
{
color: #FBF07A;
}
</style>
background-color css
<style>
a { background-color: #FBF07A; }
a { background-color: rgb(251,240,122); }
div.DivClassName
{
background-color: #FBF07A;
}
.BgClassName
{
background-color: #FBF07A;
}
</style>
border-color css
<style>
span { border-color: #FBF07A; }
span { border-color: rgb(251,240,122); }
td.TdClassName
{
border-color: #FBF07A;
}
.TagClassName
{
border-color: #FBF07A;
}
</style>