Shades of Witch Haze #FBED6D
Tints of Witch Haze #FBED6D
RGB
CMYK
RGB Variations
Color information
#FBED6D (or 0xFBED6D) is known color: Witch Haze. HEX triplet: FB, ED and 6D. RGB value is (251,237,109). Sum of RGB (Red+Green+Blue) = 251+237+109=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 109 (42.97% from 255 or 18.26% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED6D is #041292. Grayscale: #E3E3E3. Windows color (decimal): -266899 or 7204347. OLE color: 7204347.
HSL color Cylindrical-coordinate representation of color #FBED6D: hue angle of 54.08º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBED6D is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 109 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.02 |
| HSL | 54.08º | 0.95% | 0.71% | - |
| HSV(B) | 54.08º | 0.57% | 0.98% | - |
| XYZ | 72.83 | 82.18 | 26.49 | - |
| YUV | 226.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 109 | 0 | 0.06 | 0.57 | 0.02 | 54.08 | 0.95 | 0.71 |
| Hex | FB | ED | 6D | 0 | 6 | 39 | 2 | 36 | 5F | 47 |
| Octal | 373 | 355 | 155 | 0 | 6 | 71 | 2 | 66 | 137 | 107 |
| Binary | 11111011 | 11101101 | 1101101 | 0 | 110 | 111001 | 10 | 110110 | 1011111 | 1000111 |
Color Harmonies of #FBED6D
Complementary color
Monochromatic Colors of #FBED6D
Black with #FBED6D
Text Example
Text Example
White with #FBED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED6D; }
p { color: rgb(251,237,109); }
H1.HeaderClassName
{
color: #FBED6D;
}
.AnyTagClassName
{
color: #FBED6D;
}
</style>
background-color css
<style>
a { background-color: #FBED6D; }
a { background-color: rgb(251,237,109); }
div.DivClassName
{
background-color: #FBED6D;
}
.BgClassName
{
background-color: #FBED6D;
}
</style>
border-color css
<style>
span { border-color: #FBED6D; }
span { border-color: rgb(251,237,109); }
td.TdClassName
{
border-color: #FBED6D;
}
.TagClassName
{
border-color: #FBED6D;
}
</style>