Shades of Sweet Corn #FCE37E
Tints of Sweet Corn #FCE37E
RGB
CMYK
RGB Variations
Color information
#FCE37E (or 0xFCE37E) is known color: Sweet Corn. HEX triplet: FC, E3 and 7E. RGB value is (252,227,126). Sum of RGB (Red+Green+Blue) = 252+227+126=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 126 (49.61% from 255 or 20.83% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE37E is #031C81. Grayscale: #DFDFDF. Windows color (decimal): -203906 or 8315900. OLE color: 8315900.
HSL color Cylindrical-coordinate representation of color #FCE37E: hue angle of 48.1º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCE37E is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 126 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.01 |
| HSL | 48.1º | 0.95% | 0.74% | - |
| HSV(B) | 48.1º | 0.5% | 0.99% | - |
| XYZ | 71.38 | 77.14 | 30.87 | - |
| YUV | 222.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 126 | 0 | 0.10 | 0.5 | 0.01 | 48.1 | 0.95 | 0.74 |
| Hex | FC | E3 | 7E | 0 | A | 32 | 1 | 30 | 5F | 4A |
| Octal | 374 | 343 | 176 | 0 | 12 | 62 | 1 | 60 | 137 | 112 |
| Binary | 11111100 | 11100011 | 1111110 | 0 | 1010 | 110010 | 1 | 110000 | 1011111 | 1001010 |
Color Harmonies of #FCE37E
Complementary color
Monochromatic Colors of #FCE37E
Black with #FCE37E
Text Example
Text Example
White with #FCE37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE37E; }
p { color: rgb(252,227,126); }
H1.HeaderClassName
{
color: #FCE37E;
}
.AnyTagClassName
{
color: #FCE37E;
}
</style>
background-color css
<style>
a { background-color: #FCE37E; }
a { background-color: rgb(252,227,126); }
div.DivClassName
{
background-color: #FCE37E;
}
.BgClassName
{
background-color: #FCE37E;
}
</style>
border-color css
<style>
span { border-color: #FCE37E; }
span { border-color: rgb(252,227,126); }
td.TdClassName
{
border-color: #FCE37E;
}
.TagClassName
{
border-color: #FCE37E;
}
</style>