Shades of Witch Haze #FCF77A
Tints of Witch Haze #FCF77A
RGB
CMYK
RGB Variations
Color information
#FCF77A (or 0xFCF77A) is known color: Witch Haze. HEX triplet: FC, F7 and 7A. RGB value is (252,247,122). Sum of RGB (Red+Green+Blue) = 252+247+122=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 122 (48.05% from 255 or 19.65% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF77A is #030885. Grayscale: #EAEAEA. Windows color (decimal): -198790 or 8058876. OLE color: 8058876.
HSL color Cylindrical-coordinate representation of color #FCF77A: hue angle of 57.69º 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 #FCF77A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 122 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.01 |
| HSL | 57.69º | 0.96% | 0.73% | - |
| HSV(B) | 57.69º | 0.52% | 0.99% | - |
| XYZ | 76.92 | 88.62 | 31.46 | - |
| YUV | 234.25 | 64.66 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 122 | 0 | 0.02 | 0.52 | 0.01 | 57.69 | 0.96 | 0.73 |
| Hex | FC | F7 | 7A | 0 | 2 | 34 | 1 | 3A | 60 | 49 |
| Octal | 374 | 367 | 172 | 0 | 2 | 64 | 1 | 72 | 140 | 111 |
| Binary | 11111100 | 11110111 | 1111010 | 0 | 10 | 110100 | 1 | 111010 | 1100000 | 1001001 |
Color Harmonies of #FCF77A
Complementary color
Monochromatic Colors of #FCF77A
Black with #FCF77A
Text Example
Text Example
White with #FCF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF77A; }
p { color: rgb(252,247,122); }
H1.HeaderClassName
{
color: #FCF77A;
}
.AnyTagClassName
{
color: #FCF77A;
}
</style>
background-color css
<style>
a { background-color: #FCF77A; }
a { background-color: rgb(252,247,122); }
div.DivClassName
{
background-color: #FCF77A;
}
.BgClassName
{
background-color: #FCF77A;
}
</style>
border-color css
<style>
span { border-color: #FCF77A; }
span { border-color: rgb(252,247,122); }
td.TdClassName
{
border-color: #FCF77A;
}
.TagClassName
{
border-color: #FCF77A;
}
</style>