Shades of Witch Haze #FBF074
Tints of Witch Haze #FBF074
RGB
CMYK
RGB Variations
Color information
#FBF074 (or 0xFBF074) is known color: Witch Haze. HEX triplet: FB, F0 and 74. RGB value is (251,240,116). Sum of RGB (Red+Green+Blue) = 251+240+116=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 116 (45.70% from 255 or 19.11% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF074 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF074 is #040F8B. Grayscale: #E5E5E5. Windows color (decimal): -266124 or 7663867. OLE color: 7663867.
HSL color Cylindrical-coordinate representation of color #FBF074: hue angle of 55.11º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBF074 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 116 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.02 |
| HSL | 55.11º | 0.94% | 0.72% | - |
| HSV(B) | 55.11º | 0.54% | 0.98% | - |
| XYZ | 74.1 | 84.09 | 28.85 | - |
| YUV | 229.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 116 | 0 | 0.04 | 0.54 | 0.02 | 55.11 | 0.94 | 0.72 |
| Hex | FB | F0 | 74 | 0 | 4 | 36 | 2 | 37 | 5E | 48 |
| Octal | 373 | 360 | 164 | 0 | 4 | 66 | 2 | 67 | 136 | 110 |
| Binary | 11111011 | 11110000 | 1110100 | 0 | 100 | 110110 | 10 | 110111 | 1011110 | 1001000 |
Color Harmonies of #FBF074
Complementary color
Monochromatic Colors of #FBF074
Black with #FBF074
Text Example
Text Example
White with #FBF074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF074; }
p { color: rgb(251,240,116); }
H1.HeaderClassName
{
color: #FBF074;
}
.AnyTagClassName
{
color: #FBF074;
}
</style>
background-color css
<style>
a { background-color: #FBF074; }
a { background-color: rgb(251,240,116); }
div.DivClassName
{
background-color: #FBF074;
}
.BgClassName
{
background-color: #FBF074;
}
</style>
border-color css
<style>
span { border-color: #FBF074; }
span { border-color: rgb(251,240,116); }
td.TdClassName
{
border-color: #FBF074;
}
.TagClassName
{
border-color: #FBF074;
}
</style>