Shades of Witch Haze #FBED7E
Tints of Witch Haze #FBED7E
RGB
CMYK
RGB Variations
Color information
#FBED7E (or 0xFBED7E) is known color: Witch Haze. HEX triplet: FB, ED and 7E. RGB value is (251,237,126). Sum of RGB (Red+Green+Blue) = 251+237+126=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 126 (49.61% from 255 or 20.52% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED7E is #041281. Grayscale: #E4E4E4. Windows color (decimal): -266882 or 8318459. OLE color: 8318459.
HSL color Cylindrical-coordinate representation of color #FBED7E: hue angle of 53.28º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBED7E is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 126 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.02 |
| HSL | 53.28º | 0.94% | 0.74% | - |
| HSV(B) | 53.28º | 0.5% | 0.98% | - |
| XYZ | 73.83 | 82.58 | 31.79 | - |
| YUV | 228.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 126 | 0 | 0.06 | 0.50 | 0.02 | 53.28 | 0.94 | 0.74 |
| Hex | FB | ED | 7E | 0 | 6 | 32 | 2 | 35 | 5E | 4A |
| Octal | 373 | 355 | 176 | 0 | 6 | 62 | 2 | 65 | 136 | 112 |
| Binary | 11111011 | 11101101 | 1111110 | 0 | 110 | 110010 | 10 | 110101 | 1011110 | 1001010 |
Color Harmonies of #FBED7E
Complementary color
Monochromatic Colors of #FBED7E
Black with #FBED7E
Text Example
Text Example
White with #FBED7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED7E; }
p { color: rgb(251,237,126); }
H1.HeaderClassName
{
color: #FBED7E;
}
.AnyTagClassName
{
color: #FBED7E;
}
</style>
background-color css
<style>
a { background-color: #FBED7E; }
a { background-color: rgb(251,237,126); }
div.DivClassName
{
background-color: #FBED7E;
}
.BgClassName
{
background-color: #FBED7E;
}
</style>
border-color css
<style>
span { border-color: #FBED7E; }
span { border-color: rgb(251,237,126); }
td.TdClassName
{
border-color: #FBED7E;
}
.TagClassName
{
border-color: #FBED7E;
}
</style>