Shades of Witch Haze #FBF27C
Tints of Witch Haze #FBF27C
RGB
CMYK
RGB Variations
Color information
#FBF27C (or 0xFBF27C) is known color: Witch Haze. HEX triplet: FB, F2 and 7C. RGB value is (251,242,124). Sum of RGB (Red+Green+Blue) = 251+242+124=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 124 (48.83% from 255 or 20.10% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF27C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF27C is #040D83. Grayscale: #E7E7E7. Windows color (decimal): -265604 or 8188667. OLE color: 8188667.
HSL color Cylindrical-coordinate representation of color #FBF27C: hue angle of 55.75º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBF27C is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 124 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.02 |
| HSL | 55.75º | 0.94% | 0.74% | - |
| HSV(B) | 55.75º | 0.51% | 0.98% | - |
| XYZ | 75.17 | 85.47 | 31.6 | - |
| YUV | 231.24 | 67.48 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 124 | 0 | 0.04 | 0.51 | 0.02 | 55.75 | 0.94 | 0.74 |
| Hex | FB | F2 | 7C | 0 | 4 | 33 | 2 | 38 | 5E | 4A |
| Octal | 373 | 362 | 174 | 0 | 4 | 63 | 2 | 70 | 136 | 112 |
| Binary | 11111011 | 11110010 | 1111100 | 0 | 100 | 110011 | 10 | 111000 | 1011110 | 1001010 |
Color Harmonies of #FBF27C
Complementary color
Monochromatic Colors of #FBF27C
Black with #FBF27C
Text Example
Text Example
White with #FBF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF27C; }
p { color: rgb(251,242,124); }
H1.HeaderClassName
{
color: #FBF27C;
}
.AnyTagClassName
{
color: #FBF27C;
}
</style>
background-color css
<style>
a { background-color: #FBF27C; }
a { background-color: rgb(251,242,124); }
div.DivClassName
{
background-color: #FBF27C;
}
.BgClassName
{
background-color: #FBF27C;
}
</style>
border-color css
<style>
span { border-color: #FBF27C; }
span { border-color: rgb(251,242,124); }
td.TdClassName
{
border-color: #FBF27C;
}
.TagClassName
{
border-color: #FBF27C;
}
</style>