Shades of Witch Haze #FBF077
Tints of Witch Haze #FBF077
RGB
CMYK
RGB Variations
Color information
#FBF077 (or 0xFBF077) is known color: Witch Haze. HEX triplet: FB, F0 and 77. RGB value is (251,240,119). Sum of RGB (Red+Green+Blue) = 251+240+119=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 119 (46.88% from 255 or 19.51% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF077 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF077 is #040F88. Grayscale: #E5E5E5. Windows color (decimal): -266121 or 7860475. OLE color: 7860475.
HSL color Cylindrical-coordinate representation of color #FBF077: hue angle of 55º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBF077 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 119 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.02 |
| HSL | 55º | 0.94% | 0.73% | - |
| HSV(B) | 55º | 0.53% | 0.98% | - |
| XYZ | 74.27 | 84.16 | 29.78 | - |
| YUV | 229.5 | 65.64 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 119 | 0 | 0.04 | 0.53 | 0.02 | 55 | 0.94 | 0.73 |
| Hex | FB | F0 | 77 | 0 | 4 | 35 | 2 | 37 | 5E | 49 |
| Octal | 373 | 360 | 167 | 0 | 4 | 65 | 2 | 67 | 136 | 111 |
| Binary | 11111011 | 11110000 | 1110111 | 0 | 100 | 110101 | 10 | 110111 | 1011110 | 1001001 |
Color Harmonies of #FBF077
Complementary color
Monochromatic Colors of #FBF077
Black with #FBF077
Text Example
Text Example
White with #FBF077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF077; }
p { color: rgb(251,240,119); }
H1.HeaderClassName
{
color: #FBF077;
}
.AnyTagClassName
{
color: #FBF077;
}
</style>
background-color css
<style>
a { background-color: #FBF077; }
a { background-color: rgb(251,240,119); }
div.DivClassName
{
background-color: #FBF077;
}
.BgClassName
{
background-color: #FBF077;
}
</style>
border-color css
<style>
span { border-color: #FBF077; }
span { border-color: rgb(251,240,119); }
td.TdClassName
{
border-color: #FBF077;
}
.TagClassName
{
border-color: #FBF077;
}
</style>