Shades of Witch Haze #FCFC7C
Tints of Witch Haze #FCFC7C
RGB
CMYK
RGB Variations
Color information
#FCFC7C (or 0xFCFC7C) is known color: Witch Haze. HEX triplet: FC, FC and 7C. RGB value is (252,252,124). Sum of RGB (Red+Green+Blue) = 252+252+124=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 124 (48.83% from 255 or 19.75% from 628); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC7C is #030383. Grayscale: #EDEDED. Windows color (decimal): -197508 or 8191228. OLE color: 8191228.
HSL color Cylindrical-coordinate representation of color #FCFC7C: hue angle of 60º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCFC7C is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 124 | - |
| CMYK | 0 | 0 | 0.51 | 0.01 |
| HSL | 60º | 0.96% | 0.74% | - |
| HSV(B) | 60º | 0.51% | 0.99% | - |
| XYZ | 78.59 | 91.77 | 32.64 | - |
| YUV | 237.41 | 64 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 124 | 0 | 0 | 0.51 | 0.01 | 60 | 0.96 | 0.74 |
| Hex | FC | FC | 7C | 0 | 0 | 33 | 1 | 3C | 60 | 4A |
| Octal | 374 | 374 | 174 | 0 | 0 | 63 | 1 | 74 | 140 | 112 |
| Binary | 11111100 | 11111100 | 1111100 | 0 | 0 | 110011 | 1 | 111100 | 1100000 | 1001010 |
Color Harmonies of #FCFC7C
Complementary color
Monochromatic Colors of #FCFC7C
Black with #FCFC7C
Text Example
Text Example
White with #FCFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC7C; }
p { color: rgb(252,252,124); }
H1.HeaderClassName
{
color: #FCFC7C;
}
.AnyTagClassName
{
color: #FCFC7C;
}
</style>
background-color css
<style>
a { background-color: #FCFC7C; }
a { background-color: rgb(252,252,124); }
div.DivClassName
{
background-color: #FCFC7C;
}
.BgClassName
{
background-color: #FCFC7C;
}
</style>
border-color css
<style>
span { border-color: #FCFC7C; }
span { border-color: rgb(252,252,124); }
td.TdClassName
{
border-color: #FCFC7C;
}
.TagClassName
{
border-color: #FCFC7C;
}
</style>