Shades of Sweet Corn #FDE16F
Tints of Sweet Corn #FDE16F
RGB
CMYK
RGB Variations
Color information
#FDE16F (or 0xFDE16F) is known color: Sweet Corn. HEX triplet: FD, E1 and 6F. RGB value is (253,225,111). Sum of RGB (Red+Green+Blue) = 253+225+111=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 111 (43.75% from 255 or 18.85% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE16F is #021E90. Grayscale: #DCDCDC. Windows color (decimal): -138897 or 7332349. OLE color: 7332349.
HSL color Cylindrical-coordinate representation of color #FDE16F: hue angle of 48.17º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDE16F is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 111 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.01 |
| HSL | 48.17º | 0.97% | 0.71% | - |
| HSV(B) | 48.17º | 0.56% | 0.99% | - |
| XYZ | 70.3 | 75.88 | 25.98 | - |
| YUV | 220.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 111 | 0 | 0.11 | 0.56 | 0.01 | 48.17 | 0.97 | 0.71 |
| Hex | FD | E1 | 6F | 0 | B | 38 | 1 | 30 | 61 | 47 |
| Octal | 375 | 341 | 157 | 0 | 13 | 70 | 1 | 60 | 141 | 107 |
| Binary | 11111101 | 11100001 | 1101111 | 0 | 1011 | 111000 | 1 | 110000 | 1100001 | 1000111 |
Color Harmonies of #FDE16F
Complementary color
Monochromatic Colors of #FDE16F
Black with #FDE16F
Text Example
Text Example
White with #FDE16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE16F; }
p { color: rgb(253,225,111); }
H1.HeaderClassName
{
color: #FDE16F;
}
.AnyTagClassName
{
color: #FDE16F;
}
</style>
background-color css
<style>
a { background-color: #FDE16F; }
a { background-color: rgb(253,225,111); }
div.DivClassName
{
background-color: #FDE16F;
}
.BgClassName
{
background-color: #FDE16F;
}
</style>
border-color css
<style>
span { border-color: #FDE16F; }
span { border-color: rgb(253,225,111); }
td.TdClassName
{
border-color: #FDE16F;
}
.TagClassName
{
border-color: #FDE16F;
}
</style>