Shades of Witch Haze #FBF078
Tints of Witch Haze #FBF078
RGB
CMYK
RGB Variations
Color information
#FBF078 (or 0xFBF078) is known color: Witch Haze. HEX triplet: FB, F0 and 78. RGB value is (251,240,120). Sum of RGB (Red+Green+Blue) = 251+240+120=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 120 (47.27% from 255 or 19.64% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF078 is #040F87. Grayscale: #E6E6E6. Windows color (decimal): -266120 or 7926011. OLE color: 7926011.
HSL color Cylindrical-coordinate representation of color #FBF078: hue angle of 54.96º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBF078 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 120 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.02 |
| HSL | 54.96º | 0.94% | 0.73% | - |
| HSV(B) | 54.96º | 0.52% | 0.98% | - |
| XYZ | 74.33 | 84.19 | 30.1 | - |
| YUV | 229.61 | 66.14 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 120 | 0 | 0.04 | 0.52 | 0.02 | 54.96 | 0.94 | 0.73 |
| Hex | FB | F0 | 78 | 0 | 4 | 34 | 2 | 37 | 5E | 49 |
| Octal | 373 | 360 | 170 | 0 | 4 | 64 | 2 | 67 | 136 | 111 |
| Binary | 11111011 | 11110000 | 1111000 | 0 | 100 | 110100 | 10 | 110111 | 1011110 | 1001001 |
Color Harmonies of #FBF078
Complementary color
Monochromatic Colors of #FBF078
Black with #FBF078
Text Example
Text Example
White with #FBF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF078; }
p { color: rgb(251,240,120); }
H1.HeaderClassName
{
color: #FBF078;
}
.AnyTagClassName
{
color: #FBF078;
}
</style>
background-color css
<style>
a { background-color: #FBF078; }
a { background-color: rgb(251,240,120); }
div.DivClassName
{
background-color: #FBF078;
}
.BgClassName
{
background-color: #FBF078;
}
</style>
border-color css
<style>
span { border-color: #FBF078; }
span { border-color: rgb(251,240,120); }
td.TdClassName
{
border-color: #FBF078;
}
.TagClassName
{
border-color: #FBF078;
}
</style>