Shades of Sweet Corn #FDE380
Tints of Sweet Corn #FDE380
RGB
CMYK
RGB Variations
Color information
#FDE380 (or 0xFDE380) is known color: Sweet Corn. HEX triplet: FD, E3 and 80. RGB value is (253,227,128). Sum of RGB (Red+Green+Blue) = 253+227+128=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 128 (50.39% from 255 or 21.05% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE380 is #021C7F. Grayscale: #DFDFDF. Windows color (decimal): -138368 or 8446973. OLE color: 8446973.
HSL color Cylindrical-coordinate representation of color #FDE380: hue angle of 47.52º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDE380 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 128 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.01 |
| HSL | 47.52º | 0.97% | 0.75% | - |
| HSV(B) | 47.52º | 0.49% | 0.99% | - |
| XYZ | 71.87 | 77.38 | 31.57 | - |
| YUV | 223.49 | 74.11 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 128 | 0 | 0.10 | 0.49 | 0.01 | 47.52 | 0.97 | 0.75 |
| Hex | FD | E3 | 80 | 0 | A | 31 | 1 | 30 | 61 | 4B |
| Octal | 375 | 343 | 200 | 0 | 12 | 61 | 1 | 60 | 141 | 113 |
| Binary | 11111101 | 11100011 | 10000000 | 0 | 1010 | 110001 | 1 | 110000 | 1100001 | 1001011 |
Color Harmonies of #FDE380
Complementary color
Monochromatic Colors of #FDE380
Black with #FDE380
Text Example
Text Example
White with #FDE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE380; }
p { color: rgb(253,227,128); }
H1.HeaderClassName
{
color: #FDE380;
}
.AnyTagClassName
{
color: #FDE380;
}
</style>
background-color css
<style>
a { background-color: #FDE380; }
a { background-color: rgb(253,227,128); }
div.DivClassName
{
background-color: #FDE380;
}
.BgClassName
{
background-color: #FDE380;
}
</style>
border-color css
<style>
span { border-color: #FDE380; }
span { border-color: rgb(253,227,128); }
td.TdClassName
{
border-color: #FDE380;
}
.TagClassName
{
border-color: #FDE380;
}
</style>