Shades of Witch Haze #FBFA7C
Tints of Witch Haze #FBFA7C
RGB
CMYK
RGB Variations
Color information
#FBFA7C (or 0xFBFA7C) is known color: Witch Haze. HEX triplet: FB, FA and 7C. RGB value is (251,250,124). Sum of RGB (Red+Green+Blue) = 251+250+124=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 124 (48.83% from 255 or 19.84% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFA7C is #040583. Grayscale: #ECECEC. Windows color (decimal): -263556 or 8190715. OLE color: 8190715.
HSL color Cylindrical-coordinate representation of color #FBFA7C: hue angle of 59.53º 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 #FBFA7C is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 124 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.02 |
| HSL | 59.53º | 0.94% | 0.74% | - |
| HSV(B) | 59.53º | 0.51% | 0.98% | - |
| XYZ | 77.61 | 90.34 | 32.41 | - |
| YUV | 235.94 | 64.83 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 124 | 0 | 0.00 | 0.51 | 0.02 | 59.53 | 0.94 | 0.74 |
| Hex | FB | FA | 7C | 0 | 0 | 33 | 2 | 3C | 5E | 4A |
| Octal | 373 | 372 | 174 | 0 | 0 | 63 | 2 | 74 | 136 | 112 |
| Binary | 11111011 | 11111010 | 1111100 | 0 | 0 | 110011 | 10 | 111100 | 1011110 | 1001010 |
Color Harmonies of #FBFA7C
Complementary color
Monochromatic Colors of #FBFA7C
Black with #FBFA7C
Text Example
Text Example
White with #FBFA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFA7C; }
p { color: rgb(251,250,124); }
H1.HeaderClassName
{
color: #FBFA7C;
}
.AnyTagClassName
{
color: #FBFA7C;
}
</style>
background-color css
<style>
a { background-color: #FBFA7C; }
a { background-color: rgb(251,250,124); }
div.DivClassName
{
background-color: #FBFA7C;
}
.BgClassName
{
background-color: #FBFA7C;
}
</style>
border-color css
<style>
span { border-color: #FBFA7C; }
span { border-color: rgb(251,250,124); }
td.TdClassName
{
border-color: #FBFA7C;
}
.TagClassName
{
border-color: #FBFA7C;
}
</style>