Shades of Witch Haze #FBED6A
Tints of Witch Haze #FBED6A
RGB
CMYK
RGB Variations
Color information
#FBED6A (or 0xFBED6A) is known color: Witch Haze. HEX triplet: FB, ED and 6A. RGB value is (251,237,106). Sum of RGB (Red+Green+Blue) = 251+237+106=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 106 (41.80% from 255 or 17.85% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED6A is #041295. Grayscale: #E2E2E2. Windows color (decimal): -266902 or 7007739. OLE color: 7007739.
HSL color Cylindrical-coordinate representation of color #FBED6A: hue angle of 54.21º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FBED6A is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 106 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.02 |
| HSL | 54.21º | 0.95% | 0.7% | - |
| HSV(B) | 54.21º | 0.58% | 0.98% | - |
| XYZ | 72.67 | 82.12 | 25.66 | - |
| YUV | 226.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 106 | 0 | 0.06 | 0.58 | 0.02 | 54.21 | 0.95 | 0.7 |
| Hex | FB | ED | 6A | 0 | 6 | 3A | 2 | 36 | 5F | 46 |
| Octal | 373 | 355 | 152 | 0 | 6 | 72 | 2 | 66 | 137 | 106 |
| Binary | 11111011 | 11101101 | 1101010 | 0 | 110 | 111010 | 10 | 110110 | 1011111 | 1000110 |
Color Harmonies of #FBED6A
Complementary color
Monochromatic Colors of #FBED6A
Black with #FBED6A
Text Example
Text Example
White with #FBED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED6A; }
p { color: rgb(251,237,106); }
H1.HeaderClassName
{
color: #FBED6A;
}
.AnyTagClassName
{
color: #FBED6A;
}
</style>
background-color css
<style>
a { background-color: #FBED6A; }
a { background-color: rgb(251,237,106); }
div.DivClassName
{
background-color: #FBED6A;
}
.BgClassName
{
background-color: #FBED6A;
}
</style>
border-color css
<style>
span { border-color: #FBED6A; }
span { border-color: rgb(251,237,106); }
td.TdClassName
{
border-color: #FBED6A;
}
.TagClassName
{
border-color: #FBED6A;
}
</style>