Shades of Witch Haze #FCED6D
Tints of Witch Haze #FCED6D
RGB
CMYK
RGB Variations
Color information
#FCED6D (or 0xFCED6D) is known color: Witch Haze. HEX triplet: FC, ED and 6D. RGB value is (252,237,109). Sum of RGB (Red+Green+Blue) = 252+237+109=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 109 (42.97% from 255 or 18.23% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED6D is #031292. Grayscale: #E3E3E3. Windows color (decimal): -201363 or 7204348. OLE color: 7204348.
HSL color Cylindrical-coordinate representation of color #FCED6D: hue angle of 53.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCED6D is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 109 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.01 |
| HSL | 53.71º | 0.96% | 0.71% | - |
| HSV(B) | 53.71º | 0.57% | 0.99% | - |
| XYZ | 73.19 | 82.37 | 26.51 | - |
| YUV | 226.89 | 61.47 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 109 | 0 | 0.06 | 0.57 | 0.01 | 53.71 | 0.96 | 0.71 |
| Hex | FC | ED | 6D | 0 | 6 | 39 | 1 | 36 | 60 | 47 |
| Octal | 374 | 355 | 155 | 0 | 6 | 71 | 1 | 66 | 140 | 107 |
| Binary | 11111100 | 11101101 | 1101101 | 0 | 110 | 111001 | 1 | 110110 | 1100000 | 1000111 |
Color Harmonies of #FCED6D
Complementary color
Monochromatic Colors of #FCED6D
Black with #FCED6D
Text Example
Text Example
White with #FCED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED6D; }
p { color: rgb(252,237,109); }
H1.HeaderClassName
{
color: #FCED6D;
}
.AnyTagClassName
{
color: #FCED6D;
}
</style>
background-color css
<style>
a { background-color: #FCED6D; }
a { background-color: rgb(252,237,109); }
div.DivClassName
{
background-color: #FCED6D;
}
.BgClassName
{
background-color: #FCED6D;
}
</style>
border-color css
<style>
span { border-color: #FCED6D; }
span { border-color: rgb(252,237,109); }
td.TdClassName
{
border-color: #FCED6D;
}
.TagClassName
{
border-color: #FCED6D;
}
</style>