Shades of Sweet Corn #FDE57F
Tints of Sweet Corn #FDE57F
RGB
CMYK
RGB Variations
Color information
#FDE57F (or 0xFDE57F) is known color: Sweet Corn. HEX triplet: FD, E5 and 7F. RGB value is (253,229,127). Sum of RGB (Red+Green+Blue) = 253+229+127=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 127 (50% from 255 or 20.85% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE57F is #021A80. Grayscale: #E0E0E0. Windows color (decimal): -137857 or 8381949. OLE color: 8381949.
HSL color Cylindrical-coordinate representation of color #FDE57F: hue angle of 48.57º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDE57F is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 127 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.01 |
| HSL | 48.57º | 0.97% | 0.75% | - |
| HSV(B) | 48.57º | 0.5% | 0.99% | - |
| XYZ | 72.36 | 78.45 | 31.41 | - |
| YUV | 224.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 127 | 0 | 0.09 | 0.50 | 0.01 | 48.57 | 0.97 | 0.75 |
| Hex | FD | E5 | 7F | 0 | 9 | 32 | 1 | 31 | 61 | 4B |
| Octal | 375 | 345 | 177 | 0 | 11 | 62 | 1 | 61 | 141 | 113 |
| Binary | 11111101 | 11100101 | 1111111 | 0 | 1001 | 110010 | 1 | 110001 | 1100001 | 1001011 |
Color Harmonies of #FDE57F
Complementary color
Monochromatic Colors of #FDE57F
Black with #FDE57F
Text Example
Text Example
White with #FDE57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE57F; }
p { color: rgb(253,229,127); }
H1.HeaderClassName
{
color: #FDE57F;
}
.AnyTagClassName
{
color: #FDE57F;
}
</style>
background-color css
<style>
a { background-color: #FDE57F; }
a { background-color: rgb(253,229,127); }
div.DivClassName
{
background-color: #FDE57F;
}
.BgClassName
{
background-color: #FDE57F;
}
</style>
border-color css
<style>
span { border-color: #FDE57F; }
span { border-color: rgb(253,229,127); }
td.TdClassName
{
border-color: #FDE57F;
}
.TagClassName
{
border-color: #FDE57F;
}
</style>