Shades of Witch Haze #FBF27B
Tints of Witch Haze #FBF27B
RGB
CMYK
RGB Variations
Color information
#FBF27B (or 0xFBF27B) is known color: Witch Haze. HEX triplet: FB, F2 and 7B. RGB value is (251,242,123). Sum of RGB (Red+Green+Blue) = 251+242+123=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 123 (48.44% from 255 or 19.97% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF27B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF27B is #040D84. Grayscale: #E7E7E7. Windows color (decimal): -265605 or 8123131. OLE color: 8123131.
HSL color Cylindrical-coordinate representation of color #FBF27B: hue angle of 55.78º 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 #FBF27B is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 123 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.02 |
| HSL | 55.78º | 0.94% | 0.73% | - |
| HSV(B) | 55.78º | 0.51% | 0.98% | - |
| XYZ | 75.11 | 85.44 | 31.27 | - |
| YUV | 231.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 123 | 0 | 0.04 | 0.51 | 0.02 | 55.78 | 0.94 | 0.73 |
| Hex | FB | F2 | 7B | 0 | 4 | 33 | 2 | 38 | 5E | 49 |
| Octal | 373 | 362 | 173 | 0 | 4 | 63 | 2 | 70 | 136 | 111 |
| Binary | 11111011 | 11110010 | 1111011 | 0 | 100 | 110011 | 10 | 111000 | 1011110 | 1001001 |
Color Harmonies of #FBF27B
Complementary color
Monochromatic Colors of #FBF27B
Black with #FBF27B
Text Example
Text Example
White with #FBF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF27B; }
p { color: rgb(251,242,123); }
H1.HeaderClassName
{
color: #FBF27B;
}
.AnyTagClassName
{
color: #FBF27B;
}
</style>
background-color css
<style>
a { background-color: #FBF27B; }
a { background-color: rgb(251,242,123); }
div.DivClassName
{
background-color: #FBF27B;
}
.BgClassName
{
background-color: #FBF27B;
}
</style>
border-color css
<style>
span { border-color: #FBF27B; }
span { border-color: rgb(251,242,123); }
td.TdClassName
{
border-color: #FBF27B;
}
.TagClassName
{
border-color: #FBF27B;
}
</style>