Shades of Witch Haze #FCED7A
Tints of Witch Haze #FCED7A
RGB
CMYK
RGB Variations
Color information
#FCED7A (or 0xFCED7A) is known color: Witch Haze. HEX triplet: FC, ED and 7A. RGB value is (252,237,122). Sum of RGB (Red+Green+Blue) = 252+237+122=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 122 (48.05% from 255 or 19.97% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED7A is #031285. Grayscale: #E4E4E4. Windows color (decimal): -201350 or 8056316. OLE color: 8056316.
HSL color Cylindrical-coordinate representation of color #FCED7A: hue angle of 53.08º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCED7A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 122 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.01 |
| HSL | 53.08º | 0.96% | 0.73% | - |
| HSV(B) | 53.08º | 0.52% | 0.99% | - |
| XYZ | 73.94 | 82.67 | 30.47 | - |
| YUV | 228.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 122 | 0 | 0.06 | 0.52 | 0.01 | 53.08 | 0.96 | 0.73 |
| Hex | FC | ED | 7A | 0 | 6 | 34 | 1 | 35 | 60 | 49 |
| Octal | 374 | 355 | 172 | 0 | 6 | 64 | 1 | 65 | 140 | 111 |
| Binary | 11111100 | 11101101 | 1111010 | 0 | 110 | 110100 | 1 | 110101 | 1100000 | 1001001 |
Color Harmonies of #FCED7A
Complementary color
Monochromatic Colors of #FCED7A
Black with #FCED7A
Text Example
Text Example
White with #FCED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED7A; }
p { color: rgb(252,237,122); }
H1.HeaderClassName
{
color: #FCED7A;
}
.AnyTagClassName
{
color: #FCED7A;
}
</style>
background-color css
<style>
a { background-color: #FCED7A; }
a { background-color: rgb(252,237,122); }
div.DivClassName
{
background-color: #FCED7A;
}
.BgClassName
{
background-color: #FCED7A;
}
</style>
border-color css
<style>
span { border-color: #FCED7A; }
span { border-color: rgb(252,237,122); }
td.TdClassName
{
border-color: #FCED7A;
}
.TagClassName
{
border-color: #FCED7A;
}
</style>