Shades of Corn #FDE45B
Tints of Corn #FDE45B
RGB
CMYK
RGB Variations
Color information
#FDE45B (or 0xFDE45B) is known color: Corn. HEX triplet: FD, E4 and 5B. RGB value is (253,228,91). Sum of RGB (Red+Green+Blue) = 253+228+91=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 91 (35.94% from 255 or 15.91% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE45B is #021BA4. Grayscale: #DCDCDC. Windows color (decimal): -138149 or 6022397. OLE color: 6022397.
HSL color Cylindrical-coordinate representation of color #FDE45B: hue angle of 50.74º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDE45B is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 91 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.01 |
| HSL | 50.74º | 0.98% | 0.67% | - |
| HSV(B) | 50.74º | 0.64% | 0.99% | - |
| XYZ | 70.14 | 77.12 | 21.09 | - |
| YUV | 219.86 | 55.28 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 91 | 0 | 0.10 | 0.64 | 0.01 | 50.74 | 0.98 | 0.67 |
| Hex | FD | E4 | 5B | 0 | A | 40 | 1 | 33 | 62 | 43 |
| Octal | 375 | 344 | 133 | 0 | 12 | 100 | 1 | 63 | 142 | 103 |
| Binary | 11111101 | 11100100 | 1011011 | 0 | 1010 | 1000000 | 1 | 110011 | 1100010 | 1000011 |
Color Harmonies of #FDE45B
Complementary color
Monochromatic Colors of #FDE45B
Black with #FDE45B
Text Example
Text Example
White with #FDE45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE45B; }
p { color: rgb(253,228,91); }
H1.HeaderClassName
{
color: #FDE45B;
}
.AnyTagClassName
{
color: #FDE45B;
}
</style>
background-color css
<style>
a { background-color: #FDE45B; }
a { background-color: rgb(253,228,91); }
div.DivClassName
{
background-color: #FDE45B;
}
.BgClassName
{
background-color: #FDE45B;
}
</style>
border-color css
<style>
span { border-color: #FDE45B; }
span { border-color: rgb(253,228,91); }
td.TdClassName
{
border-color: #FDE45B;
}
.TagClassName
{
border-color: #FDE45B;
}
</style>