Shades of Witch Haze #FBED7B
Tints of Witch Haze #FBED7B
RGB
CMYK
RGB Variations
Color information
#FBED7B (or 0xFBED7B) is known color: Witch Haze. HEX triplet: FB, ED and 7B. RGB value is (251,237,123). Sum of RGB (Red+Green+Blue) = 251+237+123=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 123 (48.44% from 255 or 20.13% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED7B is #041284. Grayscale: #E4E4E4. Windows color (decimal): -266885 or 8121851. OLE color: 8121851.
HSL color Cylindrical-coordinate representation of color #FBED7B: hue angle of 53.44º 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 #FBED7B is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 123 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.02 |
| HSL | 53.44º | 0.94% | 0.73% | - |
| HSV(B) | 53.44º | 0.51% | 0.98% | - |
| XYZ | 73.64 | 82.51 | 30.78 | - |
| YUV | 228.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 123 | 0 | 0.06 | 0.51 | 0.02 | 53.44 | 0.94 | 0.73 |
| Hex | FB | ED | 7B | 0 | 6 | 33 | 2 | 35 | 5E | 49 |
| Octal | 373 | 355 | 173 | 0 | 6 | 63 | 2 | 65 | 136 | 111 |
| Binary | 11111011 | 11101101 | 1111011 | 0 | 110 | 110011 | 10 | 110101 | 1011110 | 1001001 |
Color Harmonies of #FBED7B
Complementary color
Monochromatic Colors of #FBED7B
Black with #FBED7B
Text Example
Text Example
White with #FBED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED7B; }
p { color: rgb(251,237,123); }
H1.HeaderClassName
{
color: #FBED7B;
}
.AnyTagClassName
{
color: #FBED7B;
}
</style>
background-color css
<style>
a { background-color: #FBED7B; }
a { background-color: rgb(251,237,123); }
div.DivClassName
{
background-color: #FBED7B;
}
.BgClassName
{
background-color: #FBED7B;
}
</style>
border-color css
<style>
span { border-color: #FBED7B; }
span { border-color: rgb(251,237,123); }
td.TdClassName
{
border-color: #FBED7B;
}
.TagClassName
{
border-color: #FBED7B;
}
</style>