Shades of Sweet Corn #FDE16B
Tints of Sweet Corn #FDE16B
RGB
CMYK
RGB Variations
Color information
#FDE16B (or 0xFDE16B) is known color: Sweet Corn. HEX triplet: FD, E1 and 6B. RGB value is (253,225,107). Sum of RGB (Red+Green+Blue) = 253+225+107=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 107 (42.19% from 255 or 18.29% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE16B is #021E94. Grayscale: #DCDCDC. Windows color (decimal): -138901 or 7070205. OLE color: 7070205.
HSL color Cylindrical-coordinate representation of color #FDE16B: hue angle of 48.49º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDE16B is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 107 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.01 |
| HSL | 48.49º | 0.97% | 0.71% | - |
| HSV(B) | 48.49º | 0.58% | 0.99% | - |
| XYZ | 70.09 | 75.79 | 24.85 | - |
| YUV | 219.92 | 64.28 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 107 | 0 | 0.11 | 0.58 | 0.01 | 48.49 | 0.97 | 0.71 |
| Hex | FD | E1 | 6B | 0 | B | 3A | 1 | 30 | 61 | 47 |
| Octal | 375 | 341 | 153 | 0 | 13 | 72 | 1 | 60 | 141 | 107 |
| Binary | 11111101 | 11100001 | 1101011 | 0 | 1011 | 111010 | 1 | 110000 | 1100001 | 1000111 |
Color Harmonies of #FDE16B
Complementary color
Monochromatic Colors of #FDE16B
Black with #FDE16B
Text Example
Text Example
White with #FDE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE16B; }
p { color: rgb(253,225,107); }
H1.HeaderClassName
{
color: #FDE16B;
}
.AnyTagClassName
{
color: #FDE16B;
}
</style>
background-color css
<style>
a { background-color: #FDE16B; }
a { background-color: rgb(253,225,107); }
div.DivClassName
{
background-color: #FDE16B;
}
.BgClassName
{
background-color: #FDE16B;
}
</style>
border-color css
<style>
span { border-color: #FDE16B; }
span { border-color: rgb(253,225,107); }
td.TdClassName
{
border-color: #FDE16B;
}
.TagClassName
{
border-color: #FDE16B;
}
</style>