Shades of Witch Haze #FBED7A
Tints of Witch Haze #FBED7A
RGB
CMYK
RGB Variations
Color information
#FBED7A (or 0xFBED7A) is known color: Witch Haze. HEX triplet: FB, ED and 7A. RGB value is (251,237,122). Sum of RGB (Red+Green+Blue) = 251+237+122=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 122 (48.05% from 255 or 20% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED7A is #041285. Grayscale: #E4E4E4. Windows color (decimal): -266886 or 8056315. OLE color: 8056315.
HSL color Cylindrical-coordinate representation of color #FBED7A: hue angle of 53.49º 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 #FBED7A is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 122 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.02 |
| HSL | 53.49º | 0.94% | 0.73% | - |
| HSV(B) | 53.49º | 0.51% | 0.98% | - |
| XYZ | 73.58 | 82.48 | 30.46 | - |
| YUV | 228.08 | 68.14 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 122 | 0 | 0.06 | 0.51 | 0.02 | 53.49 | 0.94 | 0.73 |
| Hex | FB | ED | 7A | 0 | 6 | 33 | 2 | 35 | 5E | 49 |
| Octal | 373 | 355 | 172 | 0 | 6 | 63 | 2 | 65 | 136 | 111 |
| Binary | 11111011 | 11101101 | 1111010 | 0 | 110 | 110011 | 10 | 110101 | 1011110 | 1001001 |
Color Harmonies of #FBED7A
Complementary color
Monochromatic Colors of #FBED7A
Black with #FBED7A
Text Example
Text Example
White with #FBED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED7A; }
p { color: rgb(251,237,122); }
H1.HeaderClassName
{
color: #FBED7A;
}
.AnyTagClassName
{
color: #FBED7A;
}
</style>
background-color css
<style>
a { background-color: #FBED7A; }
a { background-color: rgb(251,237,122); }
div.DivClassName
{
background-color: #FBED7A;
}
.BgClassName
{
background-color: #FBED7A;
}
</style>
border-color css
<style>
span { border-color: #FBED7A; }
span { border-color: rgb(251,237,122); }
td.TdClassName
{
border-color: #FBED7A;
}
.TagClassName
{
border-color: #FBED7A;
}
</style>