Shades of Sweet Corn #FCE77A
Tints of Sweet Corn #FCE77A
RGB
CMYK
RGB Variations
Color information
#FCE77A (or 0xFCE77A) is known color: Sweet Corn. HEX triplet: FC, E7 and 7A. RGB value is (252,231,122). Sum of RGB (Red+Green+Blue) = 252+231+122=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 122 (48.05% from 255 or 20.17% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE77A is #031885. Grayscale: #E1E1E1. Windows color (decimal): -202886 or 8054780. OLE color: 8054780.
HSL color Cylindrical-coordinate representation of color #FCE77A: hue angle of 50.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCE77A is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 122 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.01 |
| HSL | 50.31º | 0.96% | 0.73% | - |
| HSV(B) | 50.31º | 0.52% | 0.99% | - |
| XYZ | 72.23 | 79.25 | 29.9 | - |
| YUV | 224.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 122 | 0 | 0.08 | 0.52 | 0.01 | 50.31 | 0.96 | 0.73 |
| Hex | FC | E7 | 7A | 0 | 8 | 34 | 1 | 32 | 60 | 49 |
| Octal | 374 | 347 | 172 | 0 | 10 | 64 | 1 | 62 | 140 | 111 |
| Binary | 11111100 | 11100111 | 1111010 | 0 | 1000 | 110100 | 1 | 110010 | 1100000 | 1001001 |
Color Harmonies of #FCE77A
Complementary color
Monochromatic Colors of #FCE77A
Black with #FCE77A
Text Example
Text Example
White with #FCE77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE77A; }
p { color: rgb(252,231,122); }
H1.HeaderClassName
{
color: #FCE77A;
}
.AnyTagClassName
{
color: #FCE77A;
}
</style>
background-color css
<style>
a { background-color: #FCE77A; }
a { background-color: rgb(252,231,122); }
div.DivClassName
{
background-color: #FCE77A;
}
.BgClassName
{
background-color: #FCE77A;
}
</style>
border-color css
<style>
span { border-color: #FCE77A; }
span { border-color: rgb(252,231,122); }
td.TdClassName
{
border-color: #FCE77A;
}
.TagClassName
{
border-color: #FCE77A;
}
</style>