Shades of Sweet Corn #FDE270
Tints of Sweet Corn #FDE270
RGB
CMYK
RGB Variations
Color information
#FDE270 (or 0xFDE270) is known color: Sweet Corn. HEX triplet: FD, E2 and 70. RGB value is (253,226,112). Sum of RGB (Red+Green+Blue) = 253+226+112=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 112 (44.14% from 255 or 18.95% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE270 is #021D8F. Grayscale: #DDDDDD. Windows color (decimal): -138640 or 7398141. OLE color: 7398141.
HSL color Cylindrical-coordinate representation of color #FDE270: hue angle of 48.51º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDE270 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 112 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.01 |
| HSL | 48.51º | 0.97% | 0.72% | - |
| HSV(B) | 48.51º | 0.56% | 0.99% | - |
| XYZ | 70.63 | 76.45 | 26.36 | - |
| YUV | 221.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 112 | 0 | 0.11 | 0.56 | 0.01 | 48.51 | 0.97 | 0.72 |
| Hex | FD | E2 | 70 | 0 | B | 38 | 1 | 31 | 61 | 48 |
| Octal | 375 | 342 | 160 | 0 | 13 | 70 | 1 | 61 | 141 | 110 |
| Binary | 11111101 | 11100010 | 1110000 | 0 | 1011 | 111000 | 1 | 110001 | 1100001 | 1001000 |
Color Harmonies of #FDE270
Complementary color
Monochromatic Colors of #FDE270
Black with #FDE270
Text Example
Text Example
White with #FDE270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE270; }
p { color: rgb(253,226,112); }
H1.HeaderClassName
{
color: #FDE270;
}
.AnyTagClassName
{
color: #FDE270;
}
</style>
background-color css
<style>
a { background-color: #FDE270; }
a { background-color: rgb(253,226,112); }
div.DivClassName
{
background-color: #FDE270;
}
.BgClassName
{
background-color: #FDE270;
}
</style>
border-color css
<style>
span { border-color: #FDE270; }
span { border-color: rgb(253,226,112); }
td.TdClassName
{
border-color: #FDE270;
}
.TagClassName
{
border-color: #FDE270;
}
</style>