Shades of Sweet Corn #FCE27A
Tints of Sweet Corn #FCE27A
RGB
CMYK
RGB Variations
Color information
#FCE27A (or 0xFCE27A) is known color: Sweet Corn. HEX triplet: FC, E2 and 7A. RGB value is (252,226,122). Sum of RGB (Red+Green+Blue) = 252+226+122=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 122 (48.05% from 255 or 20.33% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE27A is #031D85. Grayscale: #DEDEDE. Windows color (decimal): -204166 or 8053500. OLE color: 8053500.
HSL color Cylindrical-coordinate representation of color #FCE27A: hue angle of 48º 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 #FCE27A is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 122 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.01 |
| HSL | 48º | 0.96% | 0.73% | - |
| HSV(B) | 48º | 0.52% | 0.99% | - |
| XYZ | 70.85 | 76.49 | 29.44 | - |
| YUV | 221.92 | 71.61 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 122 | 0 | 0.10 | 0.52 | 0.01 | 48 | 0.96 | 0.73 |
| Hex | FC | E2 | 7A | 0 | A | 34 | 1 | 30 | 60 | 49 |
| Octal | 374 | 342 | 172 | 0 | 12 | 64 | 1 | 60 | 140 | 111 |
| Binary | 11111100 | 11100010 | 1111010 | 0 | 1010 | 110100 | 1 | 110000 | 1100000 | 1001001 |
Color Harmonies of #FCE27A
Complementary color
Monochromatic Colors of #FCE27A
Black with #FCE27A
Text Example
Text Example
White with #FCE27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE27A; }
p { color: rgb(252,226,122); }
H1.HeaderClassName
{
color: #FCE27A;
}
.AnyTagClassName
{
color: #FCE27A;
}
</style>
background-color css
<style>
a { background-color: #FCE27A; }
a { background-color: rgb(252,226,122); }
div.DivClassName
{
background-color: #FCE27A;
}
.BgClassName
{
background-color: #FCE27A;
}
</style>
border-color css
<style>
span { border-color: #FCE27A; }
span { border-color: rgb(252,226,122); }
td.TdClassName
{
border-color: #FCE27A;
}
.TagClassName
{
border-color: #FCE27A;
}
</style>