Shades of Witch Haze #FCED7C
Tints of Witch Haze #FCED7C
RGB
CMYK
RGB Variations
Color information
#FCED7C (or 0xFCED7C) is known color: Witch Haze. HEX triplet: FC, ED and 7C. RGB value is (252,237,124). Sum of RGB (Red+Green+Blue) = 252+237+124=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 124 (48.83% from 255 or 20.23% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED7C is #031283. Grayscale: #E5E5E5. Windows color (decimal): -201348 or 8187388. OLE color: 8187388.
HSL color Cylindrical-coordinate representation of color #FCED7C: hue angle of 52.97º 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 #FCED7C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 124 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.01 |
| HSL | 52.97º | 0.96% | 0.74% | - |
| HSV(B) | 52.97º | 0.51% | 0.99% | - |
| XYZ | 74.07 | 82.72 | 31.13 | - |
| YUV | 228.6 | 68.97 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 124 | 0 | 0.06 | 0.51 | 0.01 | 52.97 | 0.96 | 0.74 |
| Hex | FC | ED | 7C | 0 | 6 | 33 | 1 | 35 | 60 | 4A |
| Octal | 374 | 355 | 174 | 0 | 6 | 63 | 1 | 65 | 140 | 112 |
| Binary | 11111100 | 11101101 | 1111100 | 0 | 110 | 110011 | 1 | 110101 | 1100000 | 1001010 |
Color Harmonies of #FCED7C
Complementary color
Monochromatic Colors of #FCED7C
Black with #FCED7C
Text Example
Text Example
White with #FCED7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED7C; }
p { color: rgb(252,237,124); }
H1.HeaderClassName
{
color: #FCED7C;
}
.AnyTagClassName
{
color: #FCED7C;
}
</style>
background-color css
<style>
a { background-color: #FCED7C; }
a { background-color: rgb(252,237,124); }
div.DivClassName
{
background-color: #FCED7C;
}
.BgClassName
{
background-color: #FCED7C;
}
</style>
border-color css
<style>
span { border-color: #FCED7C; }
span { border-color: rgb(252,237,124); }
td.TdClassName
{
border-color: #FCED7C;
}
.TagClassName
{
border-color: #FCED7C;
}
</style>