Shades of Sweet Corn #FDE16D
Tints of Sweet Corn #FDE16D
RGB
CMYK
RGB Variations
Color information
#FDE16D (or 0xFDE16D) is known color: Sweet Corn. HEX triplet: FD, E1 and 6D. RGB value is (253,225,109). Sum of RGB (Red+Green+Blue) = 253+225+109=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 109 (42.97% from 255 or 18.57% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE16D is #021E92. Grayscale: #DCDCDC. Windows color (decimal): -138899 or 7201277. OLE color: 7201277.
HSL color Cylindrical-coordinate representation of color #FDE16D: hue angle of 48.33º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDE16D is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 109 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.01 |
| HSL | 48.33º | 0.97% | 0.71% | - |
| HSV(B) | 48.33º | 0.57% | 0.99% | - |
| XYZ | 70.19 | 75.84 | 25.41 | - |
| YUV | 220.15 | 65.28 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 109 | 0 | 0.11 | 0.57 | 0.01 | 48.33 | 0.97 | 0.71 |
| Hex | FD | E1 | 6D | 0 | B | 39 | 1 | 30 | 61 | 47 |
| Octal | 375 | 341 | 155 | 0 | 13 | 71 | 1 | 60 | 141 | 107 |
| Binary | 11111101 | 11100001 | 1101101 | 0 | 1011 | 111001 | 1 | 110000 | 1100001 | 1000111 |
Color Harmonies of #FDE16D
Complementary color
Monochromatic Colors of #FDE16D
Black with #FDE16D
Text Example
Text Example
White with #FDE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE16D; }
p { color: rgb(253,225,109); }
H1.HeaderClassName
{
color: #FDE16D;
}
.AnyTagClassName
{
color: #FDE16D;
}
</style>
background-color css
<style>
a { background-color: #FDE16D; }
a { background-color: rgb(253,225,109); }
div.DivClassName
{
background-color: #FDE16D;
}
.BgClassName
{
background-color: #FDE16D;
}
</style>
border-color css
<style>
span { border-color: #FDE16D; }
span { border-color: rgb(253,225,109); }
td.TdClassName
{
border-color: #FDE16D;
}
.TagClassName
{
border-color: #FDE16D;
}
</style>