Shades of Sweet Corn #FDE168
Tints of Sweet Corn #FDE168
RGB
CMYK
RGB Variations
Color information
#FDE168 (or 0xFDE168) is known color: Sweet Corn. HEX triplet: FD, E1 and 68. RGB value is (253,225,104). Sum of RGB (Red+Green+Blue) = 253+225+104=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 104 (41.02% from 255 or 17.87% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE168 is #021E97. Grayscale: #DCDCDC. Windows color (decimal): -138904 or 6873597. OLE color: 6873597.
HSL color Cylindrical-coordinate representation of color #FDE168: hue angle of 48.72º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDE168 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 104 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.01 |
| HSL | 48.72º | 0.97% | 0.7% | - |
| HSV(B) | 48.72º | 0.59% | 0.99% | - |
| XYZ | 69.93 | 75.73 | 24.03 | - |
| YUV | 219.58 | 62.78 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 104 | 0 | 0.11 | 0.59 | 0.01 | 48.72 | 0.97 | 0.7 |
| Hex | FD | E1 | 68 | 0 | B | 3B | 1 | 31 | 61 | 46 |
| Octal | 375 | 341 | 150 | 0 | 13 | 73 | 1 | 61 | 141 | 106 |
| Binary | 11111101 | 11100001 | 1101000 | 0 | 1011 | 111011 | 1 | 110001 | 1100001 | 1000110 |
Color Harmonies of #FDE168
Complementary color
Monochromatic Colors of #FDE168
Black with #FDE168
Text Example
Text Example
White with #FDE168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE168; }
p { color: rgb(253,225,104); }
H1.HeaderClassName
{
color: #FDE168;
}
.AnyTagClassName
{
color: #FDE168;
}
</style>
background-color css
<style>
a { background-color: #FDE168; }
a { background-color: rgb(253,225,104); }
div.DivClassName
{
background-color: #FDE168;
}
.BgClassName
{
background-color: #FDE168;
}
</style>
border-color css
<style>
span { border-color: #FDE168; }
span { border-color: rgb(253,225,104); }
td.TdClassName
{
border-color: #FDE168;
}
.TagClassName
{
border-color: #FDE168;
}
</style>