Shades of Witch Haze #FCED80
Tints of Witch Haze #FCED80
RGB
CMYK
RGB Variations
Color information
#FCED80 (or 0xFCED80) is known color: Witch Haze. HEX triplet: FC, ED and 80. RGB value is (252,237,128). Sum of RGB (Red+Green+Blue) = 252+237+128=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 128 (50.39% from 255 or 20.75% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED80 is #03127F. Grayscale: #E5E5E5. Windows color (decimal): -201344 or 8449532. OLE color: 8449532.
HSL color Cylindrical-coordinate representation of color #FCED80: hue angle of 52.74º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCED80 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 128 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.01 |
| HSL | 52.74º | 0.95% | 0.75% | - |
| HSV(B) | 52.74º | 0.49% | 0.99% | - |
| XYZ | 74.33 | 82.82 | 32.49 | - |
| YUV | 229.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 128 | 0 | 0.06 | 0.49 | 0.01 | 52.74 | 0.95 | 0.75 |
| Hex | FC | ED | 80 | 0 | 6 | 31 | 1 | 35 | 5F | 4B |
| Octal | 374 | 355 | 200 | 0 | 6 | 61 | 1 | 65 | 137 | 113 |
| Binary | 11111100 | 11101101 | 10000000 | 0 | 110 | 110001 | 1 | 110101 | 1011111 | 1001011 |
Color Harmonies of #FCED80
Complementary color
Monochromatic Colors of #FCED80
Black with #FCED80
Text Example
Text Example
White with #FCED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED80; }
p { color: rgb(252,237,128); }
H1.HeaderClassName
{
color: #FCED80;
}
.AnyTagClassName
{
color: #FCED80;
}
</style>
background-color css
<style>
a { background-color: #FCED80; }
a { background-color: rgb(252,237,128); }
div.DivClassName
{
background-color: #FCED80;
}
.BgClassName
{
background-color: #FCED80;
}
</style>
border-color css
<style>
span { border-color: #FCED80; }
span { border-color: rgb(252,237,128); }
td.TdClassName
{
border-color: #FCED80;
}
.TagClassName
{
border-color: #FCED80;
}
</style>