Shades of Witch Haze #FBF77B
Tints of Witch Haze #FBF77B
RGB
CMYK
RGB Variations
Color information
#FBF77B (or 0xFBF77B) is known color: Witch Haze. HEX triplet: FB, F7 and 7B. RGB value is (251,247,123). Sum of RGB (Red+Green+Blue) = 251+247+123=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 123 (48.44% from 255 or 19.81% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF77B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF77B is #040884. Grayscale: #EAEAEA. Windows color (decimal): -264325 or 8124411. OLE color: 8124411.
HSL color Cylindrical-coordinate representation of color #FBF77B: hue angle of 58.12º 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 #FBF77B is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 123 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.02 |
| HSL | 58.13º | 0.94% | 0.73% | - |
| HSV(B) | 58.13º | 0.51% | 0.98% | - |
| XYZ | 76.62 | 88.46 | 31.78 | - |
| YUV | 234.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 123 | 0 | 0.02 | 0.51 | 0.02 | 58.13 | 0.94 | 0.73 |
| Hex | FB | F7 | 7B | 0 | 2 | 33 | 2 | 3A | 5E | 49 |
| Octal | 373 | 367 | 173 | 0 | 2 | 63 | 2 | 72 | 136 | 111 |
| Binary | 11111011 | 11110111 | 1111011 | 0 | 10 | 110011 | 10 | 111010 | 1011110 | 1001001 |
Color Harmonies of #FBF77B
Complementary color
Monochromatic Colors of #FBF77B
Black with #FBF77B
Text Example
Text Example
White with #FBF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF77B; }
p { color: rgb(251,247,123); }
H1.HeaderClassName
{
color: #FBF77B;
}
.AnyTagClassName
{
color: #FBF77B;
}
</style>
background-color css
<style>
a { background-color: #FBF77B; }
a { background-color: rgb(251,247,123); }
div.DivClassName
{
background-color: #FBF77B;
}
.BgClassName
{
background-color: #FBF77B;
}
</style>
border-color css
<style>
span { border-color: #FBF77B; }
span { border-color: rgb(251,247,123); }
td.TdClassName
{
border-color: #FBF77B;
}
.TagClassName
{
border-color: #FBF77B;
}
</style>