Shades of Witch Haze #FBF080
Tints of Witch Haze #FBF080
RGB
CMYK
RGB Variations
Color information
#FBF080 (or 0xFBF080) is known color: Witch Haze. HEX triplet: FB, F0 and 80. RGB value is (251,240,128). Sum of RGB (Red+Green+Blue) = 251+240+128=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 128 (50.39% from 255 or 20.68% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF080 is #040F7F. Grayscale: #E6E6E6. Windows color (decimal): -266112 or 8450299. OLE color: 8450299.
HSL color Cylindrical-coordinate representation of color #FBF080: hue angle of 54.63º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBF080 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 128 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.02 |
| HSL | 54.63º | 0.94% | 0.74% | - |
| HSV(B) | 54.63º | 0.49% | 0.98% | - |
| XYZ | 74.84 | 84.39 | 32.77 | - |
| YUV | 230.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 128 | 0 | 0.04 | 0.49 | 0.02 | 54.63 | 0.94 | 0.74 |
| Hex | FB | F0 | 80 | 0 | 4 | 31 | 2 | 37 | 5E | 4A |
| Octal | 373 | 360 | 200 | 0 | 4 | 61 | 2 | 67 | 136 | 112 |
| Binary | 11111011 | 11110000 | 10000000 | 0 | 100 | 110001 | 10 | 110111 | 1011110 | 1001010 |
Color Harmonies of #FBF080
Complementary color
Monochromatic Colors of #FBF080
Black with #FBF080
Text Example
Text Example
White with #FBF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF080; }
p { color: rgb(251,240,128); }
H1.HeaderClassName
{
color: #FBF080;
}
.AnyTagClassName
{
color: #FBF080;
}
</style>
background-color css
<style>
a { background-color: #FBF080; }
a { background-color: rgb(251,240,128); }
div.DivClassName
{
background-color: #FBF080;
}
.BgClassName
{
background-color: #FBF080;
}
</style>
border-color css
<style>
span { border-color: #FBF080; }
span { border-color: rgb(251,240,128); }
td.TdClassName
{
border-color: #FBF080;
}
.TagClassName
{
border-color: #FBF080;
}
</style>