Shades of Sweet Corn #FDE569
Tints of Sweet Corn #FDE569
RGB
CMYK
RGB Variations
Color information
#FDE569 (or 0xFDE569) is known color: Sweet Corn. HEX triplet: FD, E5 and 69. RGB value is (253,229,105). Sum of RGB (Red+Green+Blue) = 253+229+105=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 105 (41.41% from 255 or 17.89% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE569 is #021A96. Grayscale: #DEDEDE. Windows color (decimal): -137879 or 6940157. OLE color: 6940157.
HSL color Cylindrical-coordinate representation of color #FDE569: hue angle of 50.27º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDE569 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 105 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.01 |
| HSL | 50.27º | 0.97% | 0.7% | - |
| HSV(B) | 50.27º | 0.58% | 0.99% | - |
| XYZ | 71.08 | 77.94 | 24.66 | - |
| YUV | 222.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 105 | 0 | 0.09 | 0.58 | 0.01 | 50.27 | 0.97 | 0.7 |
| Hex | FD | E5 | 69 | 0 | 9 | 3A | 1 | 32 | 61 | 46 |
| Octal | 375 | 345 | 151 | 0 | 11 | 72 | 1 | 62 | 141 | 106 |
| Binary | 11111101 | 11100101 | 1101001 | 0 | 1001 | 111010 | 1 | 110010 | 1100001 | 1000110 |
Color Harmonies of #FDE569
Complementary color
Monochromatic Colors of #FDE569
Black with #FDE569
Text Example
Text Example
White with #FDE569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE569; }
p { color: rgb(253,229,105); }
H1.HeaderClassName
{
color: #FDE569;
}
.AnyTagClassName
{
color: #FDE569;
}
</style>
background-color css
<style>
a { background-color: #FDE569; }
a { background-color: rgb(253,229,105); }
div.DivClassName
{
background-color: #FDE569;
}
.BgClassName
{
background-color: #FDE569;
}
</style>
border-color css
<style>
span { border-color: #FDE569; }
span { border-color: rgb(253,229,105); }
td.TdClassName
{
border-color: #FDE569;
}
.TagClassName
{
border-color: #FDE569;
}
</style>