Shades of Corn #FDE45F
Tints of Corn #FDE45F
RGB
CMYK
RGB Variations
Color information
#FDE45F (or 0xFDE45F) is known color: Corn. HEX triplet: FD, E4 and 5F. RGB value is (253,228,95). Sum of RGB (Red+Green+Blue) = 253+228+95=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 95 (37.5% from 255 or 16.49% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE45F is #021BA0. Grayscale: #DCDCDC. Windows color (decimal): -138145 or 6284541. OLE color: 6284541.
HSL color Cylindrical-coordinate representation of color #FDE45F: hue angle of 50.51º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDE45F is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 95 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.01 |
| HSL | 50.51º | 0.98% | 0.68% | - |
| HSV(B) | 50.51º | 0.62% | 0.99% | - |
| XYZ | 70.32 | 77.2 | 22.02 | - |
| YUV | 220.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 95 | 0 | 0.10 | 0.62 | 0.01 | 50.51 | 0.98 | 0.68 |
| Hex | FD | E4 | 5F | 0 | A | 3E | 1 | 33 | 62 | 44 |
| Octal | 375 | 344 | 137 | 0 | 12 | 76 | 1 | 63 | 142 | 104 |
| Binary | 11111101 | 11100100 | 1011111 | 0 | 1010 | 111110 | 1 | 110011 | 1100010 | 1000100 |
Color Harmonies of #FDE45F
Complementary color
Monochromatic Colors of #FDE45F
Black with #FDE45F
Text Example
Text Example
White with #FDE45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE45F; }
p { color: rgb(253,228,95); }
H1.HeaderClassName
{
color: #FDE45F;
}
.AnyTagClassName
{
color: #FDE45F;
}
</style>
background-color css
<style>
a { background-color: #FDE45F; }
a { background-color: rgb(253,228,95); }
div.DivClassName
{
background-color: #FDE45F;
}
.BgClassName
{
background-color: #FDE45F;
}
</style>
border-color css
<style>
span { border-color: #FDE45F; }
span { border-color: rgb(253,228,95); }
td.TdClassName
{
border-color: #FDE45F;
}
.TagClassName
{
border-color: #FDE45F;
}
</style>