Shades of Witch Haze #FBEF7B
Tints of Witch Haze #FBEF7B
RGB
CMYK
RGB Variations
Color information
#FBEF7B (or 0xFBEF7B) is known color: Witch Haze. HEX triplet: FB, EF and 7B. RGB value is (251,239,123). Sum of RGB (Red+Green+Blue) = 251+239+123=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 123 (48.44% from 255 or 20.07% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEF7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBEF7B is #041084. Grayscale: #E5E5E5. Windows color (decimal): -266373 or 8122363. OLE color: 8122363.
HSL color Cylindrical-coordinate representation of color #FBEF7B: hue angle of 54.38º 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 #FBEF7B is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 123 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.02 |
| HSL | 54.38º | 0.94% | 0.73% | - |
| HSV(B) | 54.38º | 0.51% | 0.98% | - |
| XYZ | 74.23 | 83.67 | 30.98 | - |
| YUV | 229.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 123 | 0 | 0.05 | 0.51 | 0.02 | 54.38 | 0.94 | 0.73 |
| Hex | FB | EF | 7B | 0 | 5 | 33 | 2 | 36 | 5E | 49 |
| Octal | 373 | 357 | 173 | 0 | 5 | 63 | 2 | 66 | 136 | 111 |
| Binary | 11111011 | 11101111 | 1111011 | 0 | 101 | 110011 | 10 | 110110 | 1011110 | 1001001 |
Color Harmonies of #FBEF7B
Complementary color
Monochromatic Colors of #FBEF7B
Black with #FBEF7B
Text Example
Text Example
White with #FBEF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEF7B; }
p { color: rgb(251,239,123); }
H1.HeaderClassName
{
color: #FBEF7B;
}
.AnyTagClassName
{
color: #FBEF7B;
}
</style>
background-color css
<style>
a { background-color: #FBEF7B; }
a { background-color: rgb(251,239,123); }
div.DivClassName
{
background-color: #FBEF7B;
}
.BgClassName
{
background-color: #FBEF7B;
}
</style>
border-color css
<style>
span { border-color: #FBEF7B; }
span { border-color: rgb(251,239,123); }
td.TdClassName
{
border-color: #FBEF7B;
}
.TagClassName
{
border-color: #FBEF7B;
}
</style>