Shades of Sweet Corn #FDE47B
Tints of Sweet Corn #FDE47B
RGB
CMYK
RGB Variations
Color information
#FDE47B (or 0xFDE47B) is known color: Sweet Corn. HEX triplet: FD, E4 and 7B. RGB value is (253,228,123). Sum of RGB (Red+Green+Blue) = 253+228+123=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 123 (48.44% from 255 or 20.36% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE47B is #021B84. Grayscale: #DFDFDF. Windows color (decimal): -138117 or 8119549. OLE color: 8119549.
HSL color Cylindrical-coordinate representation of color #FDE47B: hue angle of 48.46º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDE47B is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 123 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.01 |
| HSL | 48.46º | 0.97% | 0.74% | - |
| HSV(B) | 48.46º | 0.51% | 0.99% | - |
| XYZ | 71.83 | 77.8 | 29.97 | - |
| YUV | 223.51 | 71.28 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 123 | 0 | 0.10 | 0.51 | 0.01 | 48.46 | 0.97 | 0.74 |
| Hex | FD | E4 | 7B | 0 | A | 33 | 1 | 30 | 61 | 4A |
| Octal | 375 | 344 | 173 | 0 | 12 | 63 | 1 | 60 | 141 | 112 |
| Binary | 11111101 | 11100100 | 1111011 | 0 | 1010 | 110011 | 1 | 110000 | 1100001 | 1001010 |
Color Harmonies of #FDE47B
Complementary color
Monochromatic Colors of #FDE47B
Black with #FDE47B
Text Example
Text Example
White with #FDE47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE47B; }
p { color: rgb(253,228,123); }
H1.HeaderClassName
{
color: #FDE47B;
}
.AnyTagClassName
{
color: #FDE47B;
}
</style>
background-color css
<style>
a { background-color: #FDE47B; }
a { background-color: rgb(253,228,123); }
div.DivClassName
{
background-color: #FDE47B;
}
.BgClassName
{
background-color: #FDE47B;
}
</style>
border-color css
<style>
span { border-color: #FDE47B; }
span { border-color: rgb(253,228,123); }
td.TdClassName
{
border-color: #FDE47B;
}
.TagClassName
{
border-color: #FDE47B;
}
</style>