Shades of Witch Haze #FCFD7C
Tints of Witch Haze #FCFD7C
RGB
CMYK
RGB Variations
Color information
#FCFD7C (or 0xFCFD7C) is known color: Witch Haze. HEX triplet: FC, FD and 7C. RGB value is (252,253,124). Sum of RGB (Red+Green+Blue) = 252+253+124=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 124 (48.83% from 255 or 19.71% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD7C is #030283. Grayscale: #EEEEEE. Windows color (decimal): -197252 or 8191484. OLE color: 8191484.
HSL color Cylindrical-coordinate representation of color #FCFD7C: hue angle of 60.47º degrees, saturation: 0.97, 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 #FCFD7C is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 124 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.01 |
| HSL | 60.47º | 0.97% | 0.74% | - |
| HSV(B) | 60.47º | 0.51% | 0.99% | - |
| XYZ | 78.91 | 92.4 | 32.75 | - |
| YUV | 238 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 124 | 0.00 | 0 | 0.51 | 0.01 | 60.47 | 0.97 | 0.74 |
| Hex | FC | FD | 7C | 0 | 0 | 33 | 1 | 3C | 61 | 4A |
| Octal | 374 | 375 | 174 | 0 | 0 | 63 | 1 | 74 | 141 | 112 |
| Binary | 11111100 | 11111101 | 1111100 | 0 | 0 | 110011 | 1 | 111100 | 1100001 | 1001010 |
Color Harmonies of #FCFD7C
Complementary color
Monochromatic Colors of #FCFD7C
Black with #FCFD7C
Text Example
Text Example
White with #FCFD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD7C; }
p { color: rgb(252,253,124); }
H1.HeaderClassName
{
color: #FCFD7C;
}
.AnyTagClassName
{
color: #FCFD7C;
}
</style>
background-color css
<style>
a { background-color: #FCFD7C; }
a { background-color: rgb(252,253,124); }
div.DivClassName
{
background-color: #FCFD7C;
}
.BgClassName
{
background-color: #FCFD7C;
}
</style>
border-color css
<style>
span { border-color: #FCFD7C; }
span { border-color: rgb(252,253,124); }
td.TdClassName
{
border-color: #FCFD7C;
}
.TagClassName
{
border-color: #FCFD7C;
}
</style>