Shades of Sweet Corn #FDE07A
Tints of Sweet Corn #FDE07A
RGB
CMYK
RGB Variations
Color information
#FDE07A (or 0xFDE07A) is known color: Sweet Corn. HEX triplet: FD, E0 and 7A. RGB value is (253,224,122). Sum of RGB (Red+Green+Blue) = 253+224+122=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 122 (48.05% from 255 or 20.37% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE07A is #021F85. Grayscale: #DDDDDD. Windows color (decimal): -139142 or 8052989. OLE color: 8052989.
HSL color Cylindrical-coordinate representation of color #FDE07A: hue angle of 46.72º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDE07A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 122 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.01 |
| HSL | 46.72º | 0.97% | 0.74% | - |
| HSV(B) | 46.72º | 0.52% | 0.99% | - |
| XYZ | 70.68 | 75.6 | 29.28 | - |
| YUV | 221.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 122 | 0 | 0.11 | 0.52 | 0.01 | 46.72 | 0.97 | 0.74 |
| Hex | FD | E0 | 7A | 0 | B | 34 | 1 | 2F | 61 | 4A |
| Octal | 375 | 340 | 172 | 0 | 13 | 64 | 1 | 57 | 141 | 112 |
| Binary | 11111101 | 11100000 | 1111010 | 0 | 1011 | 110100 | 1 | 101111 | 1100001 | 1001010 |
Color Harmonies of #FDE07A
Complementary color
Monochromatic Colors of #FDE07A
Black with #FDE07A
Text Example
Text Example
White with #FDE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE07A; }
p { color: rgb(253,224,122); }
H1.HeaderClassName
{
color: #FDE07A;
}
.AnyTagClassName
{
color: #FDE07A;
}
</style>
background-color css
<style>
a { background-color: #FDE07A; }
a { background-color: rgb(253,224,122); }
div.DivClassName
{
background-color: #FDE07A;
}
.BgClassName
{
background-color: #FDE07A;
}
</style>
border-color css
<style>
span { border-color: #FDE07A; }
span { border-color: rgb(253,224,122); }
td.TdClassName
{
border-color: #FDE07A;
}
.TagClassName
{
border-color: #FDE07A;
}
</style>