Shades of Witch Haze #FBED73
Tints of Witch Haze #FBED73
RGB
CMYK
RGB Variations
Color information
#FBED73 (or 0xFBED73) is known color: Witch Haze. HEX triplet: FB, ED and 73. RGB value is (251,237,115). Sum of RGB (Red+Green+Blue) = 251+237+115=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 115 (45.31% from 255 or 19.07% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED73 is #04128C. Grayscale: #E3E3E3. Windows color (decimal): -266893 or 7597563. OLE color: 7597563.
HSL color Cylindrical-coordinate representation of color #FBED73: hue angle of 53.82º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBED73 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 115 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.02 |
| HSL | 53.82º | 0.94% | 0.72% | - |
| HSV(B) | 53.82º | 0.54% | 0.98% | - |
| XYZ | 73.16 | 82.32 | 28.25 | - |
| YUV | 227.28 | 64.64 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 115 | 0 | 0.06 | 0.54 | 0.02 | 53.82 | 0.94 | 0.72 |
| Hex | FB | ED | 73 | 0 | 6 | 36 | 2 | 36 | 5E | 48 |
| Octal | 373 | 355 | 163 | 0 | 6 | 66 | 2 | 66 | 136 | 110 |
| Binary | 11111011 | 11101101 | 1110011 | 0 | 110 | 110110 | 10 | 110110 | 1011110 | 1001000 |
Color Harmonies of #FBED73
Complementary color
Monochromatic Colors of #FBED73
Black with #FBED73
Text Example
Text Example
White with #FBED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED73; }
p { color: rgb(251,237,115); }
H1.HeaderClassName
{
color: #FBED73;
}
.AnyTagClassName
{
color: #FBED73;
}
</style>
background-color css
<style>
a { background-color: #FBED73; }
a { background-color: rgb(251,237,115); }
div.DivClassName
{
background-color: #FBED73;
}
.BgClassName
{
background-color: #FBED73;
}
</style>
border-color css
<style>
span { border-color: #FBED73; }
span { border-color: rgb(251,237,115); }
td.TdClassName
{
border-color: #FBED73;
}
.TagClassName
{
border-color: #FBED73;
}
</style>