Shades of Witch Haze #FBF16D
Tints of Witch Haze #FBF16D
RGB
CMYK
RGB Variations
Color information
#FBF16D (or 0xFBF16D) is known color: Witch Haze. HEX triplet: FB, F1 and 6D. RGB value is (251,241,109). Sum of RGB (Red+Green+Blue) = 251+241+109=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 109 (42.97% from 255 or 18.14% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF16D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF16D is #040E92. Grayscale: #E5E5E5. Windows color (decimal): -265875 or 7205371. OLE color: 7205371.
HSL color Cylindrical-coordinate representation of color #FBF16D: hue angle of 55.77º 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 #FBF16D is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 109 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.02 |
| HSL | 55.77º | 0.95% | 0.71% | - |
| HSV(B) | 55.77º | 0.57% | 0.98% | - |
| XYZ | 74 | 84.52 | 26.88 | - |
| YUV | 228.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 109 | 0 | 0.04 | 0.57 | 0.02 | 55.77 | 0.95 | 0.71 |
| Hex | FB | F1 | 6D | 0 | 4 | 39 | 2 | 38 | 5F | 47 |
| Octal | 373 | 361 | 155 | 0 | 4 | 71 | 2 | 70 | 137 | 107 |
| Binary | 11111011 | 11110001 | 1101101 | 0 | 100 | 111001 | 10 | 111000 | 1011111 | 1000111 |
Color Harmonies of #FBF16D
Complementary color
Monochromatic Colors of #FBF16D
Black with #FBF16D
Text Example
Text Example
White with #FBF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF16D; }
p { color: rgb(251,241,109); }
H1.HeaderClassName
{
color: #FBF16D;
}
.AnyTagClassName
{
color: #FBF16D;
}
</style>
background-color css
<style>
a { background-color: #FBF16D; }
a { background-color: rgb(251,241,109); }
div.DivClassName
{
background-color: #FBF16D;
}
.BgClassName
{
background-color: #FBF16D;
}
</style>
border-color css
<style>
span { border-color: #FBF16D; }
span { border-color: rgb(251,241,109); }
td.TdClassName
{
border-color: #FBF16D;
}
.TagClassName
{
border-color: #FBF16D;
}
</style>