Shades of Sweet Corn #FDE472
Tints of Sweet Corn #FDE472
RGB
CMYK
RGB Variations
Color information
#FDE472 (or 0xFDE472) is known color: Sweet Corn. HEX triplet: FD, E4 and 72. RGB value is (253,228,114). Sum of RGB (Red+Green+Blue) = 253+228+114=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 114 (44.92% from 255 or 19.16% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE472 is #021B8D. Grayscale: #DEDEDE. Windows color (decimal): -138126 or 7529725. OLE color: 7529725.
HSL color Cylindrical-coordinate representation of color #FDE472: hue angle of 49.21º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDE472 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 114 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.01 |
| HSL | 49.21º | 0.97% | 0.72% | - |
| HSV(B) | 49.21º | 0.55% | 0.99% | - |
| XYZ | 71.29 | 77.58 | 27.14 | - |
| YUV | 222.48 | 66.78 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 114 | 0 | 0.10 | 0.55 | 0.01 | 49.21 | 0.97 | 0.72 |
| Hex | FD | E4 | 72 | 0 | A | 37 | 1 | 31 | 61 | 48 |
| Octal | 375 | 344 | 162 | 0 | 12 | 67 | 1 | 61 | 141 | 110 |
| Binary | 11111101 | 11100100 | 1110010 | 0 | 1010 | 110111 | 1 | 110001 | 1100001 | 1001000 |
Color Harmonies of #FDE472
Complementary color
Monochromatic Colors of #FDE472
Black with #FDE472
Text Example
Text Example
White with #FDE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE472; }
p { color: rgb(253,228,114); }
H1.HeaderClassName
{
color: #FDE472;
}
.AnyTagClassName
{
color: #FDE472;
}
</style>
background-color css
<style>
a { background-color: #FDE472; }
a { background-color: rgb(253,228,114); }
div.DivClassName
{
background-color: #FDE472;
}
.BgClassName
{
background-color: #FDE472;
}
</style>
border-color css
<style>
span { border-color: #FDE472; }
span { border-color: rgb(253,228,114); }
td.TdClassName
{
border-color: #FDE472;
}
.TagClassName
{
border-color: #FDE472;
}
</style>