Shades of Witch Haze #FCFB7A
Tints of Witch Haze #FCFB7A
RGB
CMYK
RGB Variations
Color information
#FCFB7A (or 0xFCFB7A) is known color: Witch Haze. HEX triplet: FC, FB and 7A. RGB value is (252,251,122). Sum of RGB (Red+Green+Blue) = 252+251+122=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 122 (48.05% from 255 or 19.52% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB7A is #030485. Grayscale: #EDEDED. Windows color (decimal): -197766 or 8059900. OLE color: 8059900.
HSL color Cylindrical-coordinate representation of color #FCFB7A: hue angle of 59.54º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCFB7A is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 122 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.01 |
| HSL | 59.54º | 0.96% | 0.73% | - |
| HSV(B) | 59.54º | 0.52% | 0.99% | - |
| XYZ | 78.15 | 91.09 | 31.88 | - |
| YUV | 236.59 | 63.33 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 122 | 0 | 0.00 | 0.52 | 0.01 | 59.54 | 0.96 | 0.73 |
| Hex | FC | FB | 7A | 0 | 0 | 34 | 1 | 3C | 60 | 49 |
| Octal | 374 | 373 | 172 | 0 | 0 | 64 | 1 | 74 | 140 | 111 |
| Binary | 11111100 | 11111011 | 1111010 | 0 | 0 | 110100 | 1 | 111100 | 1100000 | 1001001 |
Color Harmonies of #FCFB7A
Complementary color
Monochromatic Colors of #FCFB7A
Black with #FCFB7A
Text Example
Text Example
White with #FCFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB7A; }
p { color: rgb(252,251,122); }
H1.HeaderClassName
{
color: #FCFB7A;
}
.AnyTagClassName
{
color: #FCFB7A;
}
</style>
background-color css
<style>
a { background-color: #FCFB7A; }
a { background-color: rgb(252,251,122); }
div.DivClassName
{
background-color: #FCFB7A;
}
.BgClassName
{
background-color: #FCFB7A;
}
</style>
border-color css
<style>
span { border-color: #FCFB7A; }
span { border-color: rgb(252,251,122); }
td.TdClassName
{
border-color: #FCFB7A;
}
.TagClassName
{
border-color: #FCFB7A;
}
</style>