Shades of Witch Haze #FBF37B
Tints of Witch Haze #FBF37B
RGB
CMYK
RGB Variations
Color information
#FBF37B (or 0xFBF37B) is known color: Witch Haze. HEX triplet: FB, F3 and 7B. RGB value is (251,243,123). Sum of RGB (Red+Green+Blue) = 251+243+123=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 123 (48.44% from 255 or 19.94% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF37B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF37B is #040C84. Grayscale: #E8E8E8. Windows color (decimal): -265349 or 8123387. OLE color: 8123387.
HSL color Cylindrical-coordinate representation of color #FBF37B: hue angle of 56.25º 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 #FBF37B is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 123 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.02 |
| HSL | 56.25º | 0.94% | 0.73% | - |
| HSV(B) | 56.25º | 0.51% | 0.98% | - |
| XYZ | 75.41 | 86.04 | 31.37 | - |
| YUV | 231.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 123 | 0 | 0.03 | 0.51 | 0.02 | 56.25 | 0.94 | 0.73 |
| Hex | FB | F3 | 7B | 0 | 3 | 33 | 2 | 38 | 5E | 49 |
| Octal | 373 | 363 | 173 | 0 | 3 | 63 | 2 | 70 | 136 | 111 |
| Binary | 11111011 | 11110011 | 1111011 | 0 | 11 | 110011 | 10 | 111000 | 1011110 | 1001001 |
Color Harmonies of #FBF37B
Complementary color
Monochromatic Colors of #FBF37B
Black with #FBF37B
Text Example
Text Example
White with #FBF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF37B; }
p { color: rgb(251,243,123); }
H1.HeaderClassName
{
color: #FBF37B;
}
.AnyTagClassName
{
color: #FBF37B;
}
</style>
background-color css
<style>
a { background-color: #FBF37B; }
a { background-color: rgb(251,243,123); }
div.DivClassName
{
background-color: #FBF37B;
}
.BgClassName
{
background-color: #FBF37B;
}
</style>
border-color css
<style>
span { border-color: #FBF37B; }
span { border-color: rgb(251,243,123); }
td.TdClassName
{
border-color: #FBF37B;
}
.TagClassName
{
border-color: #FBF37B;
}
</style>