Shades of Sweet Corn #FDE07E
Tints of Sweet Corn #FDE07E
RGB
CMYK
RGB Variations
Color information
#FDE07E (or 0xFDE07E) is known color: Sweet Corn. HEX triplet: FD, E0 and 7E. RGB value is (253,224,126). Sum of RGB (Red+Green+Blue) = 253+224+126=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 126 (49.61% from 255 or 20.90% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE07E is #021F81. Grayscale: #DDDDDD. Windows color (decimal): -139138 or 8315133. OLE color: 8315133.
HSL color Cylindrical-coordinate representation of color #FDE07E: hue angle of 46.3º degrees, saturation: 0.97, 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 #FDE07E is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 126 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.01 |
| HSL | 46.3º | 0.97% | 0.74% | - |
| HSV(B) | 46.3º | 0.5% | 0.99% | - |
| XYZ | 70.93 | 75.7 | 30.61 | - |
| YUV | 221.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 126 | 0 | 0.11 | 0.50 | 0.01 | 46.3 | 0.97 | 0.74 |
| Hex | FD | E0 | 7E | 0 | B | 32 | 1 | 2E | 61 | 4A |
| Octal | 375 | 340 | 176 | 0 | 13 | 62 | 1 | 56 | 141 | 112 |
| Binary | 11111101 | 11100000 | 1111110 | 0 | 1011 | 110010 | 1 | 101110 | 1100001 | 1001010 |
Color Harmonies of #FDE07E
Complementary color
Monochromatic Colors of #FDE07E
Black with #FDE07E
Text Example
Text Example
White with #FDE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE07E; }
p { color: rgb(253,224,126); }
H1.HeaderClassName
{
color: #FDE07E;
}
.AnyTagClassName
{
color: #FDE07E;
}
</style>
background-color css
<style>
a { background-color: #FDE07E; }
a { background-color: rgb(253,224,126); }
div.DivClassName
{
background-color: #FDE07E;
}
.BgClassName
{
background-color: #FDE07E;
}
</style>
border-color css
<style>
span { border-color: #FDE07E; }
span { border-color: rgb(253,224,126); }
td.TdClassName
{
border-color: #FDE07E;
}
.TagClassName
{
border-color: #FDE07E;
}
</style>