Shades of Corn #FDF45E
Tints of Corn #FDF45E
RGB
CMYK
RGB Variations
Color information
#FDF45E (or 0xFDF45E) is known color: Corn. HEX triplet: FD, F4 and 5E. RGB value is (253,244,94). Sum of RGB (Red+Green+Blue) = 253+244+94=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 94 (37.11% from 255 or 15.91% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF45E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF45E is #020BA1. Grayscale: #E6E6E6. Windows color (decimal): -134050 or 6223101. OLE color: 6223101.
HSL color Cylindrical-coordinate representation of color #FDF45E: hue angle of 56.6º 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 #FDF45E is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 94 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.01 |
| HSL | 56.6º | 0.98% | 0.68% | - |
| HSV(B) | 56.6º | 0.63% | 0.99% | - |
| XYZ | 74.88 | 86.39 | 23.32 | - |
| YUV | 229.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 94 | 0 | 0.04 | 0.63 | 0.01 | 56.6 | 0.98 | 0.68 |
| Hex | FD | F4 | 5E | 0 | 4 | 3F | 1 | 39 | 62 | 44 |
| Octal | 375 | 364 | 136 | 0 | 4 | 77 | 1 | 71 | 142 | 104 |
| Binary | 11111101 | 11110100 | 1011110 | 0 | 100 | 111111 | 1 | 111001 | 1100010 | 1000100 |
Color Harmonies of #FDF45E
Complementary color
Monochromatic Colors of #FDF45E
Black with #FDF45E
Text Example
Text Example
White with #FDF45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF45E; }
p { color: rgb(253,244,94); }
H1.HeaderClassName
{
color: #FDF45E;
}
.AnyTagClassName
{
color: #FDF45E;
}
</style>
background-color css
<style>
a { background-color: #FDF45E; }
a { background-color: rgb(253,244,94); }
div.DivClassName
{
background-color: #FDF45E;
}
.BgClassName
{
background-color: #FDF45E;
}
</style>
border-color css
<style>
span { border-color: #FDF45E; }
span { border-color: rgb(253,244,94); }
td.TdClassName
{
border-color: #FDF45E;
}
.TagClassName
{
border-color: #FDF45E;
}
</style>