Shades of Witch Haze #FBF17D
Tints of Witch Haze #FBF17D
RGB
CMYK
RGB Variations
Color information
#FBF17D (or 0xFBF17D) is known color: Witch Haze. HEX triplet: FB, F1 and 7D. RGB value is (251,241,125). Sum of RGB (Red+Green+Blue) = 251+241+125=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 125 (49.22% from 255 or 20.26% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF17D is #040E82. Grayscale: #E7E7E7. Windows color (decimal): -265859 or 8253947. OLE color: 8253947.
HSL color Cylindrical-coordinate representation of color #FBF17D: hue angle of 55.24º 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 #FBF17D is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 125 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.02 |
| HSL | 55.24º | 0.94% | 0.74% | - |
| HSV(B) | 55.24º | 0.5% | 0.98% | - |
| XYZ | 74.94 | 84.9 | 31.84 | - |
| YUV | 230.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 125 | 0 | 0.04 | 0.50 | 0.02 | 55.24 | 0.94 | 0.74 |
| Hex | FB | F1 | 7D | 0 | 4 | 32 | 2 | 37 | 5E | 4A |
| Octal | 373 | 361 | 175 | 0 | 4 | 62 | 2 | 67 | 136 | 112 |
| Binary | 11111011 | 11110001 | 1111101 | 0 | 100 | 110010 | 10 | 110111 | 1011110 | 1001010 |
Color Harmonies of #FBF17D
Complementary color
Monochromatic Colors of #FBF17D
Black with #FBF17D
Text Example
Text Example
White with #FBF17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF17D; }
p { color: rgb(251,241,125); }
H1.HeaderClassName
{
color: #FBF17D;
}
.AnyTagClassName
{
color: #FBF17D;
}
</style>
background-color css
<style>
a { background-color: #FBF17D; }
a { background-color: rgb(251,241,125); }
div.DivClassName
{
background-color: #FBF17D;
}
.BgClassName
{
background-color: #FBF17D;
}
</style>
border-color css
<style>
span { border-color: #FBF17D; }
span { border-color: rgb(251,241,125); }
td.TdClassName
{
border-color: #FBF17D;
}
.TagClassName
{
border-color: #FBF17D;
}
</style>