Shades of Witch Haze #FCED6A
Tints of Witch Haze #FCED6A
RGB
CMYK
RGB Variations
Color information
#FCED6A (or 0xFCED6A) is known color: Witch Haze. HEX triplet: FC, ED and 6A. RGB value is (252,237,106). Sum of RGB (Red+Green+Blue) = 252+237+106=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 106 (41.80% from 255 or 17.82% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED6A is #031295. Grayscale: #E3E3E3. Windows color (decimal): -201366 or 7007740. OLE color: 7007740.
HSL color Cylindrical-coordinate representation of color #FCED6A: hue angle of 53.84º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCED6A is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 106 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.01 |
| HSL | 53.84º | 0.96% | 0.7% | - |
| HSV(B) | 53.84º | 0.58% | 0.99% | - |
| XYZ | 73.03 | 82.3 | 25.67 | - |
| YUV | 226.55 | 59.97 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 106 | 0 | 0.06 | 0.58 | 0.01 | 53.84 | 0.96 | 0.7 |
| Hex | FC | ED | 6A | 0 | 6 | 3A | 1 | 36 | 60 | 46 |
| Octal | 374 | 355 | 152 | 0 | 6 | 72 | 1 | 66 | 140 | 106 |
| Binary | 11111100 | 11101101 | 1101010 | 0 | 110 | 111010 | 1 | 110110 | 1100000 | 1000110 |
Color Harmonies of #FCED6A
Complementary color
Monochromatic Colors of #FCED6A
Black with #FCED6A
Text Example
Text Example
White with #FCED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED6A; }
p { color: rgb(252,237,106); }
H1.HeaderClassName
{
color: #FCED6A;
}
.AnyTagClassName
{
color: #FCED6A;
}
</style>
background-color css
<style>
a { background-color: #FCED6A; }
a { background-color: rgb(252,237,106); }
div.DivClassName
{
background-color: #FCED6A;
}
.BgClassName
{
background-color: #FCED6A;
}
</style>
border-color css
<style>
span { border-color: #FCED6A; }
span { border-color: rgb(252,237,106); }
td.TdClassName
{
border-color: #FCED6A;
}
.TagClassName
{
border-color: #FCED6A;
}
</style>