Shades of Corn #FDE45D
Tints of Corn #FDE45D
RGB
CMYK
RGB Variations
Color information
#FDE45D (or 0xFDE45D) is known color: Corn. HEX triplet: FD, E4 and 5D. RGB value is (253,228,93). Sum of RGB (Red+Green+Blue) = 253+228+93=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 93 (36.72% from 255 or 16.20% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE45D is #021BA2. Grayscale: #DCDCDC. Windows color (decimal): -138147 or 6153469. OLE color: 6153469.
HSL color Cylindrical-coordinate representation of color #FDE45D: hue angle of 50.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDE45D is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 93 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.01 |
| HSL | 50.63º | 0.98% | 0.68% | - |
| HSV(B) | 50.63º | 0.63% | 0.99% | - |
| XYZ | 70.23 | 77.16 | 21.55 | - |
| YUV | 220.09 | 56.28 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 93 | 0 | 0.10 | 0.63 | 0.01 | 50.63 | 0.98 | 0.68 |
| Hex | FD | E4 | 5D | 0 | A | 3F | 1 | 33 | 62 | 44 |
| Octal | 375 | 344 | 135 | 0 | 12 | 77 | 1 | 63 | 142 | 104 |
| Binary | 11111101 | 11100100 | 1011101 | 0 | 1010 | 111111 | 1 | 110011 | 1100010 | 1000100 |
Color Harmonies of #FDE45D
Complementary color
Monochromatic Colors of #FDE45D
Black with #FDE45D
Text Example
Text Example
White with #FDE45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE45D; }
p { color: rgb(253,228,93); }
H1.HeaderClassName
{
color: #FDE45D;
}
.AnyTagClassName
{
color: #FDE45D;
}
</style>
background-color css
<style>
a { background-color: #FDE45D; }
a { background-color: rgb(253,228,93); }
div.DivClassName
{
background-color: #FDE45D;
}
.BgClassName
{
background-color: #FDE45D;
}
</style>
border-color css
<style>
span { border-color: #FDE45D; }
span { border-color: rgb(253,228,93); }
td.TdClassName
{
border-color: #FDE45D;
}
.TagClassName
{
border-color: #FDE45D;
}
</style>