Shades of Corn #FCE55D
Tints of Corn #FCE55D
RGB
CMYK
RGB Variations
Color information
#FCE55D (or 0xFCE55D) is known color: Corn. HEX triplet: FC, E5 and 5D. RGB value is (252,229,93). Sum of RGB (Red+Green+Blue) = 252+229+93=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 93 (36.72% from 255 or 16.20% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE55D is #031AA2. Grayscale: #DCDCDC. Windows color (decimal): -203427 or 6153724. OLE color: 6153724.
HSL color Cylindrical-coordinate representation of color #FCE55D: hue angle of 51.32º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCE55D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 93 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.01 |
| HSL | 51.32º | 0.96% | 0.68% | - |
| HSV(B) | 51.32º | 0.63% | 0.99% | - |
| XYZ | 70.14 | 77.52 | 21.62 | - |
| YUV | 220.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 93 | 0 | 0.09 | 0.63 | 0.01 | 51.32 | 0.96 | 0.68 |
| Hex | FC | E5 | 5D | 0 | 9 | 3F | 1 | 33 | 60 | 44 |
| Octal | 374 | 345 | 135 | 0 | 11 | 77 | 1 | 63 | 140 | 104 |
| Binary | 11111100 | 11100101 | 1011101 | 0 | 1001 | 111111 | 1 | 110011 | 1100000 | 1000100 |
Color Harmonies of #FCE55D
Complementary color
Monochromatic Colors of #FCE55D
Black with #FCE55D
Text Example
Text Example
White with #FCE55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE55D; }
p { color: rgb(252,229,93); }
H1.HeaderClassName
{
color: #FCE55D;
}
.AnyTagClassName
{
color: #FCE55D;
}
</style>
background-color css
<style>
a { background-color: #FCE55D; }
a { background-color: rgb(252,229,93); }
div.DivClassName
{
background-color: #FCE55D;
}
.BgClassName
{
background-color: #FCE55D;
}
</style>
border-color css
<style>
span { border-color: #FCE55D; }
span { border-color: rgb(252,229,93); }
td.TdClassName
{
border-color: #FCE55D;
}
.TagClassName
{
border-color: #FCE55D;
}
</style>