Shades of Sweet Corn #FCE277
Tints of Sweet Corn #FCE277
RGB
CMYK
RGB Variations
Color information
#FCE277 (or 0xFCE277) is known color: Sweet Corn. HEX triplet: FC, E2 and 77. RGB value is (252,226,119). Sum of RGB (Red+Green+Blue) = 252+226+119=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 119 (46.88% from 255 or 19.93% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE277 is #031D88. Grayscale: #DEDEDE. Windows color (decimal): -204169 or 7856892. OLE color: 7856892.
HSL color Cylindrical-coordinate representation of color #FCE277: hue angle of 48.27º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCE277 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 119 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.01 |
| HSL | 48.27º | 0.96% | 0.73% | - |
| HSV(B) | 48.27º | 0.53% | 0.99% | - |
| XYZ | 70.67 | 76.42 | 28.48 | - |
| YUV | 221.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 119 | 0 | 0.10 | 0.53 | 0.01 | 48.27 | 0.96 | 0.73 |
| Hex | FC | E2 | 77 | 0 | A | 35 | 1 | 30 | 60 | 49 |
| Octal | 374 | 342 | 167 | 0 | 12 | 65 | 1 | 60 | 140 | 111 |
| Binary | 11111100 | 11100010 | 1110111 | 0 | 1010 | 110101 | 1 | 110000 | 1100000 | 1001001 |
Color Harmonies of #FCE277
Complementary color
Monochromatic Colors of #FCE277
Black with #FCE277
Text Example
Text Example
White with #FCE277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE277; }
p { color: rgb(252,226,119); }
H1.HeaderClassName
{
color: #FCE277;
}
.AnyTagClassName
{
color: #FCE277;
}
</style>
background-color css
<style>
a { background-color: #FCE277; }
a { background-color: rgb(252,226,119); }
div.DivClassName
{
background-color: #FCE277;
}
.BgClassName
{
background-color: #FCE277;
}
</style>
border-color css
<style>
span { border-color: #FCE277; }
span { border-color: rgb(252,226,119); }
td.TdClassName
{
border-color: #FCE277;
}
.TagClassName
{
border-color: #FCE277;
}
</style>