Shades of Sweet Corn #FDE574
Tints of Sweet Corn #FDE574
RGB
CMYK
RGB Variations
Color information
#FDE574 (or 0xFDE574) is known color: Sweet Corn. HEX triplet: FD, E5 and 74. RGB value is (253,229,116). Sum of RGB (Red+Green+Blue) = 253+229+116=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 116 (45.70% from 255 or 19.40% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE574 is #021A8B. Grayscale: #DFDFDF. Windows color (decimal): -137868 or 7661053. OLE color: 7661053.
HSL color Cylindrical-coordinate representation of color #FDE574: hue angle of 49.49º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDE574 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 116 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.01 |
| HSL | 49.49º | 0.97% | 0.72% | - |
| HSV(B) | 49.49º | 0.54% | 0.99% | - |
| XYZ | 71.68 | 78.18 | 27.84 | - |
| YUV | 223.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 116 | 0 | 0.09 | 0.54 | 0.01 | 49.49 | 0.97 | 0.72 |
| Hex | FD | E5 | 74 | 0 | 9 | 36 | 1 | 31 | 61 | 48 |
| Octal | 375 | 345 | 164 | 0 | 11 | 66 | 1 | 61 | 141 | 110 |
| Binary | 11111101 | 11100101 | 1110100 | 0 | 1001 | 110110 | 1 | 110001 | 1100001 | 1001000 |
Color Harmonies of #FDE574
Complementary color
Monochromatic Colors of #FDE574
Black with #FDE574
Text Example
Text Example
White with #FDE574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE574; }
p { color: rgb(253,229,116); }
H1.HeaderClassName
{
color: #FDE574;
}
.AnyTagClassName
{
color: #FDE574;
}
</style>
background-color css
<style>
a { background-color: #FDE574; }
a { background-color: rgb(253,229,116); }
div.DivClassName
{
background-color: #FDE574;
}
.BgClassName
{
background-color: #FDE574;
}
</style>
border-color css
<style>
span { border-color: #FDE574; }
span { border-color: rgb(253,229,116); }
td.TdClassName
{
border-color: #FDE574;
}
.TagClassName
{
border-color: #FDE574;
}
</style>