Shades of Witch Haze #FCFC7F
Tints of Witch Haze #FCFC7F
RGB
CMYK
RGB Variations
Color information
#FCFC7F (or 0xFCFC7F) is known color: Witch Haze. HEX triplet: FC, FC and 7F. RGB value is (252,252,127). Sum of RGB (Red+Green+Blue) = 252+252+127=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 127 (50% from 255 or 20.13% from 631); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC7F is #030380. Grayscale: #EEEEEE. Windows color (decimal): -197505 or 8387836. OLE color: 8387836.
HSL color Cylindrical-coordinate representation of color #FCFC7F: hue angle of 60º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCFC7F is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 127 | - |
| CMYK | 0 | 0 | 0.50 | 0.01 |
| HSL | 60º | 0.95% | 0.74% | - |
| HSV(B) | 60º | 0.5% | 0.99% | - |
| XYZ | 78.79 | 91.85 | 33.65 | - |
| YUV | 237.75 | 65.5 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 127 | 0 | 0 | 0.50 | 0.01 | 60 | 0.95 | 0.74 |
| Hex | FC | FC | 7F | 0 | 0 | 32 | 1 | 3C | 5F | 4A |
| Octal | 374 | 374 | 177 | 0 | 0 | 62 | 1 | 74 | 137 | 112 |
| Binary | 11111100 | 11111100 | 1111111 | 0 | 0 | 110010 | 1 | 111100 | 1011111 | 1001010 |
Color Harmonies of #FCFC7F
Complementary color
Monochromatic Colors of #FCFC7F
Black with #FCFC7F
Text Example
Text Example
White with #FCFC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC7F; }
p { color: rgb(252,252,127); }
H1.HeaderClassName
{
color: #FCFC7F;
}
.AnyTagClassName
{
color: #FCFC7F;
}
</style>
background-color css
<style>
a { background-color: #FCFC7F; }
a { background-color: rgb(252,252,127); }
div.DivClassName
{
background-color: #FCFC7F;
}
.BgClassName
{
background-color: #FCFC7F;
}
</style>
border-color css
<style>
span { border-color: #FCFC7F; }
span { border-color: rgb(252,252,127); }
td.TdClassName
{
border-color: #FCFC7F;
}
.TagClassName
{
border-color: #FCFC7F;
}
</style>