Shades of Sweet Corn #FDE484
Tints of Sweet Corn #FDE484
RGB
CMYK
RGB Variations
Color information
#FDE484 (or 0xFDE484) is known color: Sweet Corn. HEX triplet: FD, E4 and 84. RGB value is (253,228,132). Sum of RGB (Red+Green+Blue) = 253+228+132=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 132 (51.95% from 255 or 21.53% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE484 is #021B7B. Grayscale: #E0E0E0. Windows color (decimal): -138108 or 8709373. OLE color: 8709373.
HSL color Cylindrical-coordinate representation of color #FDE484: hue angle of 47.6º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDE484 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 132 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.01 |
| HSL | 47.6º | 0.97% | 0.75% | - |
| HSV(B) | 47.6º | 0.48% | 0.99% | - |
| XYZ | 72.42 | 78.04 | 33.08 | - |
| YUV | 224.53 | 75.78 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 132 | 0 | 0.10 | 0.48 | 0.01 | 47.6 | 0.97 | 0.75 |
| Hex | FD | E4 | 84 | 0 | A | 30 | 1 | 30 | 61 | 4B |
| Octal | 375 | 344 | 204 | 0 | 12 | 60 | 1 | 60 | 141 | 113 |
| Binary | 11111101 | 11100100 | 10000100 | 0 | 1010 | 110000 | 1 | 110000 | 1100001 | 1001011 |
Color Harmonies of #FDE484
Complementary color
Monochromatic Colors of #FDE484
Black with #FDE484
Text Example
Text Example
White with #FDE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE484; }
p { color: rgb(253,228,132); }
H1.HeaderClassName
{
color: #FDE484;
}
.AnyTagClassName
{
color: #FDE484;
}
</style>
background-color css
<style>
a { background-color: #FDE484; }
a { background-color: rgb(253,228,132); }
div.DivClassName
{
background-color: #FDE484;
}
.BgClassName
{
background-color: #FDE484;
}
</style>
border-color css
<style>
span { border-color: #FDE484; }
span { border-color: rgb(253,228,132); }
td.TdClassName
{
border-color: #FDE484;
}
.TagClassName
{
border-color: #FDE484;
}
</style>