Shades of Corn #FDE55F
Tints of Corn #FDE55F
RGB
CMYK
RGB Variations
Color information
#FDE55F (or 0xFDE55F) is known color: Corn. HEX triplet: FD, E5 and 5F. RGB value is (253,229,95). Sum of RGB (Red+Green+Blue) = 253+229+95=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 95 (37.5% from 255 or 16.46% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE55F is #021AA0. Grayscale: #DDDDDD. Windows color (decimal): -137889 or 6284797. OLE color: 6284797.
HSL color Cylindrical-coordinate representation of color #FDE55F: hue angle of 50.89º 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 #FDE55F is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 95 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.01 |
| HSL | 50.89º | 0.98% | 0.68% | - |
| HSV(B) | 50.89º | 0.62% | 0.99% | - |
| XYZ | 70.59 | 77.75 | 22.11 | - |
| YUV | 220.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 95 | 0 | 0.09 | 0.62 | 0.01 | 50.89 | 0.98 | 0.68 |
| Hex | FD | E5 | 5F | 0 | 9 | 3E | 1 | 33 | 62 | 44 |
| Octal | 375 | 345 | 137 | 0 | 11 | 76 | 1 | 63 | 142 | 104 |
| Binary | 11111101 | 11100101 | 1011111 | 0 | 1001 | 111110 | 1 | 110011 | 1100010 | 1000100 |
Color Harmonies of #FDE55F
Complementary color
Monochromatic Colors of #FDE55F
Black with #FDE55F
Text Example
Text Example
White with #FDE55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE55F; }
p { color: rgb(253,229,95); }
H1.HeaderClassName
{
color: #FDE55F;
}
.AnyTagClassName
{
color: #FDE55F;
}
</style>
background-color css
<style>
a { background-color: #FDE55F; }
a { background-color: rgb(253,229,95); }
div.DivClassName
{
background-color: #FDE55F;
}
.BgClassName
{
background-color: #FDE55F;
}
</style>
border-color css
<style>
span { border-color: #FDE55F; }
span { border-color: rgb(253,229,95); }
td.TdClassName
{
border-color: #FDE55F;
}
.TagClassName
{
border-color: #FDE55F;
}
</style>