Shades of Witch Haze #FBF77C
Tints of Witch Haze #FBF77C
RGB
CMYK
RGB Variations
Color information
#FBF77C (or 0xFBF77C) is known color: Witch Haze. HEX triplet: FB, F7 and 7C. RGB value is (251,247,124). Sum of RGB (Red+Green+Blue) = 251+247+124=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 124 (48.83% from 255 or 19.94% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF77C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF77C is #040883. Grayscale: #EAEAEA. Windows color (decimal): -264324 or 8189947. OLE color: 8189947.
HSL color Cylindrical-coordinate representation of color #FBF77C: hue angle of 58.11º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBF77C is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 124 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.02 |
| HSL | 58.11º | 0.94% | 0.74% | - |
| HSV(B) | 58.11º | 0.51% | 0.98% | - |
| XYZ | 76.68 | 88.49 | 32.11 | - |
| YUV | 234.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 124 | 0 | 0.02 | 0.51 | 0.02 | 58.11 | 0.94 | 0.74 |
| Hex | FB | F7 | 7C | 0 | 2 | 33 | 2 | 3A | 5E | 4A |
| Octal | 373 | 367 | 174 | 0 | 2 | 63 | 2 | 72 | 136 | 112 |
| Binary | 11111011 | 11110111 | 1111100 | 0 | 10 | 110011 | 10 | 111010 | 1011110 | 1001010 |
Color Harmonies of #FBF77C
Complementary color
Monochromatic Colors of #FBF77C
Black with #FBF77C
Text Example
Text Example
White with #FBF77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF77C; }
p { color: rgb(251,247,124); }
H1.HeaderClassName
{
color: #FBF77C;
}
.AnyTagClassName
{
color: #FBF77C;
}
</style>
background-color css
<style>
a { background-color: #FBF77C; }
a { background-color: rgb(251,247,124); }
div.DivClassName
{
background-color: #FBF77C;
}
.BgClassName
{
background-color: #FBF77C;
}
</style>
border-color css
<style>
span { border-color: #FBF77C; }
span { border-color: rgb(251,247,124); }
td.TdClassName
{
border-color: #FBF77C;
}
.TagClassName
{
border-color: #FBF77C;
}
</style>