Shades of Witch Haze #FBF57B
Tints of Witch Haze #FBF57B
RGB
CMYK
RGB Variations
Color information
#FBF57B (or 0xFBF57B) is known color: Witch Haze. HEX triplet: FB, F5 and 7B. RGB value is (251,245,123). Sum of RGB (Red+Green+Blue) = 251+245+123=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 123 (48.44% from 255 or 19.87% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF57B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF57B is #040A84. Grayscale: #E9E9E9. Windows color (decimal): -264837 or 8123899. OLE color: 8123899.
HSL color Cylindrical-coordinate representation of color #FBF57B: hue angle of 57.19º 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 #FBF57B is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 123 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.02 |
| HSL | 57.19º | 0.94% | 0.73% | - |
| HSV(B) | 57.19º | 0.51% | 0.98% | - |
| XYZ | 76.01 | 87.24 | 31.57 | - |
| YUV | 232.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 123 | 0 | 0.02 | 0.51 | 0.02 | 57.19 | 0.94 | 0.73 |
| Hex | FB | F5 | 7B | 0 | 2 | 33 | 2 | 39 | 5E | 49 |
| Octal | 373 | 365 | 173 | 0 | 2 | 63 | 2 | 71 | 136 | 111 |
| Binary | 11111011 | 11110101 | 1111011 | 0 | 10 | 110011 | 10 | 111001 | 1011110 | 1001001 |
Color Harmonies of #FBF57B
Complementary color
Monochromatic Colors of #FBF57B
Black with #FBF57B
Text Example
Text Example
White with #FBF57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF57B; }
p { color: rgb(251,245,123); }
H1.HeaderClassName
{
color: #FBF57B;
}
.AnyTagClassName
{
color: #FBF57B;
}
</style>
background-color css
<style>
a { background-color: #FBF57B; }
a { background-color: rgb(251,245,123); }
div.DivClassName
{
background-color: #FBF57B;
}
.BgClassName
{
background-color: #FBF57B;
}
</style>
border-color css
<style>
span { border-color: #FBF57B; }
span { border-color: rgb(251,245,123); }
td.TdClassName
{
border-color: #FBF57B;
}
.TagClassName
{
border-color: #FBF57B;
}
</style>