Shades of Sweet Corn #FCE473
Tints of Sweet Corn #FCE473
RGB
CMYK
RGB Variations
Color information
#FCE473 (or 0xFCE473) is known color: Sweet Corn. HEX triplet: FC, E4 and 73. RGB value is (252,228,115). Sum of RGB (Red+Green+Blue) = 252+228+115=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 115 (45.31% from 255 or 19.33% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE473 is #031B8C. Grayscale: #DEDEDE. Windows color (decimal): -203661 or 7595260. OLE color: 7595260.
HSL color Cylindrical-coordinate representation of color #FCE473: hue angle of 49.49º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCE473 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 115 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.01 |
| HSL | 49.49º | 0.96% | 0.72% | - |
| HSV(B) | 49.49º | 0.54% | 0.99% | - |
| XYZ | 70.98 | 77.42 | 27.42 | - |
| YUV | 222.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 115 | 0 | 0.10 | 0.54 | 0.01 | 49.49 | 0.96 | 0.72 |
| Hex | FC | E4 | 73 | 0 | A | 36 | 1 | 31 | 60 | 48 |
| Octal | 374 | 344 | 163 | 0 | 12 | 66 | 1 | 61 | 140 | 110 |
| Binary | 11111100 | 11100100 | 1110011 | 0 | 1010 | 110110 | 1 | 110001 | 1100000 | 1001000 |
Color Harmonies of #FCE473
Complementary color
Monochromatic Colors of #FCE473
Black with #FCE473
Text Example
Text Example
White with #FCE473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE473; }
p { color: rgb(252,228,115); }
H1.HeaderClassName
{
color: #FCE473;
}
.AnyTagClassName
{
color: #FCE473;
}
</style>
background-color css
<style>
a { background-color: #FCE473; }
a { background-color: rgb(252,228,115); }
div.DivClassName
{
background-color: #FCE473;
}
.BgClassName
{
background-color: #FCE473;
}
</style>
border-color css
<style>
span { border-color: #FCE473; }
span { border-color: rgb(252,228,115); }
td.TdClassName
{
border-color: #FCE473;
}
.TagClassName
{
border-color: #FCE473;
}
</style>