Shades of Witch Haze #FBF07D
Tints of Witch Haze #FBF07D
RGB
CMYK
RGB Variations
Color information
#FBF07D (or 0xFBF07D) is known color: Witch Haze. HEX triplet: FB, F0 and 7D. RGB value is (251,240,125). Sum of RGB (Red+Green+Blue) = 251+240+125=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 125 (49.22% from 255 or 20.29% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF07D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF07D is #040F82. Grayscale: #E6E6E6. Windows color (decimal): -266115 or 8253691. OLE color: 8253691.
HSL color Cylindrical-coordinate representation of color #FBF07D: hue angle of 54.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBF07D is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 125 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.02 |
| HSL | 54.76º | 0.94% | 0.74% | - |
| HSV(B) | 54.76º | 0.5% | 0.98% | - |
| XYZ | 74.65 | 84.31 | 31.74 | - |
| YUV | 230.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 125 | 0 | 0.04 | 0.50 | 0.02 | 54.76 | 0.94 | 0.74 |
| Hex | FB | F0 | 7D | 0 | 4 | 32 | 2 | 37 | 5E | 4A |
| Octal | 373 | 360 | 175 | 0 | 4 | 62 | 2 | 67 | 136 | 112 |
| Binary | 11111011 | 11110000 | 1111101 | 0 | 100 | 110010 | 10 | 110111 | 1011110 | 1001010 |
Color Harmonies of #FBF07D
Complementary color
Monochromatic Colors of #FBF07D
Black with #FBF07D
Text Example
Text Example
White with #FBF07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF07D; }
p { color: rgb(251,240,125); }
H1.HeaderClassName
{
color: #FBF07D;
}
.AnyTagClassName
{
color: #FBF07D;
}
</style>
background-color css
<style>
a { background-color: #FBF07D; }
a { background-color: rgb(251,240,125); }
div.DivClassName
{
background-color: #FBF07D;
}
.BgClassName
{
background-color: #FBF07D;
}
</style>
border-color css
<style>
span { border-color: #FBF07D; }
span { border-color: rgb(251,240,125); }
td.TdClassName
{
border-color: #FBF07D;
}
.TagClassName
{
border-color: #FBF07D;
}
</style>