Shades of Sweet Corn #FDE570
Tints of Sweet Corn #FDE570
RGB
CMYK
RGB Variations
Color information
#FDE570 (or 0xFDE570) is known color: Sweet Corn. HEX triplet: FD, E5 and 70. RGB value is (253,229,112). Sum of RGB (Red+Green+Blue) = 253+229+112=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 112 (44.14% from 255 or 18.86% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE570 is #021A8F. Grayscale: #DFDFDF. Windows color (decimal): -137872 or 7398909. OLE color: 7398909.
HSL color Cylindrical-coordinate representation of color #FDE570: hue angle of 49.79º 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 #FDE570 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 112 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.01 |
| HSL | 49.79º | 0.97% | 0.72% | - |
| HSV(B) | 49.79º | 0.56% | 0.99% | - |
| XYZ | 71.45 | 78.09 | 26.64 | - |
| YUV | 222.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 112 | 0 | 0.09 | 0.56 | 0.01 | 49.79 | 0.97 | 0.72 |
| Hex | FD | E5 | 70 | 0 | 9 | 38 | 1 | 32 | 61 | 48 |
| Octal | 375 | 345 | 160 | 0 | 11 | 70 | 1 | 62 | 141 | 110 |
| Binary | 11111101 | 11100101 | 1110000 | 0 | 1001 | 111000 | 1 | 110010 | 1100001 | 1001000 |
Color Harmonies of #FDE570
Complementary color
Monochromatic Colors of #FDE570
Black with #FDE570
Text Example
Text Example
White with #FDE570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE570; }
p { color: rgb(253,229,112); }
H1.HeaderClassName
{
color: #FDE570;
}
.AnyTagClassName
{
color: #FDE570;
}
</style>
background-color css
<style>
a { background-color: #FDE570; }
a { background-color: rgb(253,229,112); }
div.DivClassName
{
background-color: #FDE570;
}
.BgClassName
{
background-color: #FDE570;
}
</style>
border-color css
<style>
span { border-color: #FDE570; }
span { border-color: rgb(253,229,112); }
td.TdClassName
{
border-color: #FDE570;
}
.TagClassName
{
border-color: #FDE570;
}
</style>