Shades of Sweet Corn #FDE07C
Tints of Sweet Corn #FDE07C
RGB
CMYK
RGB Variations
Color information
#FDE07C (or 0xFDE07C) is known color: Sweet Corn. HEX triplet: FD, E0 and 7C. RGB value is (253,224,124). Sum of RGB (Red+Green+Blue) = 253+224+124=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 124 (48.83% from 255 or 20.63% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE07C is #021F83. Grayscale: #DDDDDD. Windows color (decimal): -139140 or 8184061. OLE color: 8184061.
HSL color Cylindrical-coordinate representation of color #FDE07C: hue angle of 46.51º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDE07C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 124 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.01 |
| HSL | 46.51º | 0.97% | 0.74% | - |
| HSV(B) | 46.51º | 0.51% | 0.99% | - |
| XYZ | 70.8 | 75.65 | 29.94 | - |
| YUV | 221.27 | 73.11 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 124 | 0 | 0.11 | 0.51 | 0.01 | 46.51 | 0.97 | 0.74 |
| Hex | FD | E0 | 7C | 0 | B | 33 | 1 | 2F | 61 | 4A |
| Octal | 375 | 340 | 174 | 0 | 13 | 63 | 1 | 57 | 141 | 112 |
| Binary | 11111101 | 11100000 | 1111100 | 0 | 1011 | 110011 | 1 | 101111 | 1100001 | 1001010 |
Color Harmonies of #FDE07C
Complementary color
Monochromatic Colors of #FDE07C
Black with #FDE07C
Text Example
Text Example
White with #FDE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE07C; }
p { color: rgb(253,224,124); }
H1.HeaderClassName
{
color: #FDE07C;
}
.AnyTagClassName
{
color: #FDE07C;
}
</style>
background-color css
<style>
a { background-color: #FDE07C; }
a { background-color: rgb(253,224,124); }
div.DivClassName
{
background-color: #FDE07C;
}
.BgClassName
{
background-color: #FDE07C;
}
</style>
border-color css
<style>
span { border-color: #FDE07C; }
span { border-color: rgb(253,224,124); }
td.TdClassName
{
border-color: #FDE07C;
}
.TagClassName
{
border-color: #FDE07C;
}
</style>