Shades of Sweet Corn #FDE169
Tints of Sweet Corn #FDE169
RGB
CMYK
RGB Variations
Color information
#FDE169 (or 0xFDE169) is known color: Sweet Corn. HEX triplet: FD, E1 and 69. RGB value is (253,225,105). Sum of RGB (Red+Green+Blue) = 253+225+105=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 105 (41.41% from 255 or 18.01% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE169 is #021E96. Grayscale: #DCDCDC. Windows color (decimal): -138903 or 6939133. OLE color: 6939133.
HSL color Cylindrical-coordinate representation of color #FDE169: hue angle of 48.65º 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 #FDE169 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 105 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.01 |
| HSL | 48.65º | 0.97% | 0.7% | - |
| HSV(B) | 48.65º | 0.58% | 0.99% | - |
| XYZ | 69.98 | 75.75 | 24.3 | - |
| YUV | 219.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 105 | 0 | 0.11 | 0.58 | 0.01 | 48.65 | 0.97 | 0.7 |
| Hex | FD | E1 | 69 | 0 | B | 3A | 1 | 31 | 61 | 46 |
| Octal | 375 | 341 | 151 | 0 | 13 | 72 | 1 | 61 | 141 | 106 |
| Binary | 11111101 | 11100001 | 1101001 | 0 | 1011 | 111010 | 1 | 110001 | 1100001 | 1000110 |
Color Harmonies of #FDE169
Complementary color
Monochromatic Colors of #FDE169
Black with #FDE169
Text Example
Text Example
White with #FDE169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE169; }
p { color: rgb(253,225,105); }
H1.HeaderClassName
{
color: #FDE169;
}
.AnyTagClassName
{
color: #FDE169;
}
</style>
background-color css
<style>
a { background-color: #FDE169; }
a { background-color: rgb(253,225,105); }
div.DivClassName
{
background-color: #FDE169;
}
.BgClassName
{
background-color: #FDE169;
}
</style>
border-color css
<style>
span { border-color: #FDE169; }
span { border-color: rgb(253,225,105); }
td.TdClassName
{
border-color: #FDE169;
}
.TagClassName
{
border-color: #FDE169;
}
</style>