Shades of Sweet Corn #FCE37D
Tints of Sweet Corn #FCE37D
RGB
CMYK
RGB Variations
Color information
#FCE37D (or 0xFCE37D) is known color: Sweet Corn. HEX triplet: FC, E3 and 7D. RGB value is (252,227,125). Sum of RGB (Red+Green+Blue) = 252+227+125=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE37D is #031C82. Grayscale: #DFDFDF. Windows color (decimal): -203907 or 8250364. OLE color: 8250364.
HSL color Cylindrical-coordinate representation of color #FCE37D: hue angle of 48.19º 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 #FCE37D is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 125 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.01 |
| HSL | 48.19º | 0.95% | 0.74% | - |
| HSV(B) | 48.19º | 0.5% | 0.99% | - |
| XYZ | 71.32 | 77.11 | 30.53 | - |
| YUV | 222.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 125 | 0 | 0.10 | 0.50 | 0.01 | 48.19 | 0.95 | 0.74 |
| Hex | FC | E3 | 7D | 0 | A | 32 | 1 | 30 | 5F | 4A |
| Octal | 374 | 343 | 175 | 0 | 12 | 62 | 1 | 60 | 137 | 112 |
| Binary | 11111100 | 11100011 | 1111101 | 0 | 1010 | 110010 | 1 | 110000 | 1011111 | 1001010 |
Color Harmonies of #FCE37D
Complementary color
Monochromatic Colors of #FCE37D
Black with #FCE37D
Text Example
Text Example
White with #FCE37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE37D; }
p { color: rgb(252,227,125); }
H1.HeaderClassName
{
color: #FCE37D;
}
.AnyTagClassName
{
color: #FCE37D;
}
</style>
background-color css
<style>
a { background-color: #FCE37D; }
a { background-color: rgb(252,227,125); }
div.DivClassName
{
background-color: #FCE37D;
}
.BgClassName
{
background-color: #FCE37D;
}
</style>
border-color css
<style>
span { border-color: #FCE37D; }
span { border-color: rgb(252,227,125); }
td.TdClassName
{
border-color: #FCE37D;
}
.TagClassName
{
border-color: #FCE37D;
}
</style>