Shades of Sweet Corn #FDE17B
Tints of Sweet Corn #FDE17B
RGB
CMYK
RGB Variations
Color information
#FDE17B (or 0xFDE17B) is known color: Sweet Corn. HEX triplet: FD, E1 and 7B. RGB value is (253,225,123). Sum of RGB (Red+Green+Blue) = 253+225+123=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 123 (48.44% from 255 or 20.47% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE17B is #021E84. Grayscale: #DEDEDE. Windows color (decimal): -138885 or 8118781. OLE color: 8118781.
HSL color Cylindrical-coordinate representation of color #FDE17B: hue angle of 47.08º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDE17B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 123 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.01 |
| HSL | 47.08º | 0.97% | 0.74% | - |
| HSV(B) | 47.08º | 0.51% | 0.99% | - |
| XYZ | 71.01 | 76.16 | 29.7 | - |
| YUV | 221.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 123 | 0 | 0.11 | 0.51 | 0.01 | 47.08 | 0.97 | 0.74 |
| Hex | FD | E1 | 7B | 0 | B | 33 | 1 | 2F | 61 | 4A |
| Octal | 375 | 341 | 173 | 0 | 13 | 63 | 1 | 57 | 141 | 112 |
| Binary | 11111101 | 11100001 | 1111011 | 0 | 1011 | 110011 | 1 | 101111 | 1100001 | 1001010 |
Color Harmonies of #FDE17B
Complementary color
Monochromatic Colors of #FDE17B
Black with #FDE17B
Text Example
Text Example
White with #FDE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE17B; }
p { color: rgb(253,225,123); }
H1.HeaderClassName
{
color: #FDE17B;
}
.AnyTagClassName
{
color: #FDE17B;
}
</style>
background-color css
<style>
a { background-color: #FDE17B; }
a { background-color: rgb(253,225,123); }
div.DivClassName
{
background-color: #FDE17B;
}
.BgClassName
{
background-color: #FDE17B;
}
</style>
border-color css
<style>
span { border-color: #FDE17B; }
span { border-color: rgb(253,225,123); }
td.TdClassName
{
border-color: #FDE17B;
}
.TagClassName
{
border-color: #FDE17B;
}
</style>