Shades of Witch Haze #FCFF7D
Tints of Witch Haze #FCFF7D
RGB
CMYK
RGB Variations
Color information
#FCFF7D (or 0xFCFF7D) is known color: Witch Haze. HEX triplet: FC, FF and 7D. RGB value is (252,255,125). Sum of RGB (Red+Green+Blue) = 252+255+125=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 125 (49.22% from 255 or 19.78% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFF7D is #030082. Grayscale: #EFEFEF. Windows color (decimal): -196739 or 8257532. OLE color: 8257532.
HSL color Cylindrical-coordinate representation of color #FCFF7D: hue angle of 61.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCFF7D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 125 | - |
| CMYK | 0.01 | 0 | 0.51 | 0 |
| HSL | 61.38º | 1% | 0.75% | - |
| HSV(B) | 61.38º | 0.51% | 1% | - |
| XYZ | 79.61 | 93.7 | 33.29 | - |
| YUV | 239.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 125 | 0.01 | 0 | 0.51 | 0 | 61.38 | 1 | 0.75 |
| Hex | FC | FF | 7D | 1 | 0 | 33 | 0 | 3D | 64 | 4B |
| Octal | 374 | 377 | 175 | 1 | 0 | 63 | 0 | 75 | 144 | 113 |
| Binary | 11111100 | 11111111 | 1111101 | 1 | 0 | 110011 | 0 | 111101 | 1100100 | 1001011 |
Color Harmonies of #FCFF7D
Complementary color
Monochromatic Colors of #FCFF7D
Black with #FCFF7D
Text Example
Text Example
White with #FCFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF7D; }
p { color: rgb(252,255,125); }
H1.HeaderClassName
{
color: #FCFF7D;
}
.AnyTagClassName
{
color: #FCFF7D;
}
</style>
background-color css
<style>
a { background-color: #FCFF7D; }
a { background-color: rgb(252,255,125); }
div.DivClassName
{
background-color: #FCFF7D;
}
.BgClassName
{
background-color: #FCFF7D;
}
</style>
border-color css
<style>
span { border-color: #FCFF7D; }
span { border-color: rgb(252,255,125); }
td.TdClassName
{
border-color: #FCFF7D;
}
.TagClassName
{
border-color: #FCFF7D;
}
</style>