Shades of Corn #FDE75E
Tints of Corn #FDE75E
RGB
CMYK
RGB Variations
Color information
#FDE75E (or 0xFDE75E) is known color: Corn. HEX triplet: FD, E7 and 5E. RGB value is (253,231,94). Sum of RGB (Red+Green+Blue) = 253+231+94=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 94 (37.11% from 255 or 16.26% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE75E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE75E is #0218A1. Grayscale: #DEDEDE. Windows color (decimal): -137378 or 6219773. OLE color: 6219773.
HSL color Cylindrical-coordinate representation of color #FDE75E: hue angle of 51.7º 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 #FDE75E is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 94 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.01 |
| HSL | 51.7º | 0.98% | 0.68% | - |
| HSV(B) | 51.7º | 0.63% | 0.99% | - |
| XYZ | 71.1 | 78.84 | 22.06 | - |
| YUV | 221.96 | 55.79 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 94 | 0 | 0.09 | 0.63 | 0.01 | 51.7 | 0.98 | 0.68 |
| Hex | FD | E7 | 5E | 0 | 9 | 3F | 1 | 34 | 62 | 44 |
| Octal | 375 | 347 | 136 | 0 | 11 | 77 | 1 | 64 | 142 | 104 |
| Binary | 11111101 | 11100111 | 1011110 | 0 | 1001 | 111111 | 1 | 110100 | 1100010 | 1000100 |
Color Harmonies of #FDE75E
Complementary color
Monochromatic Colors of #FDE75E
Black with #FDE75E
Text Example
Text Example
White with #FDE75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE75E; }
p { color: rgb(253,231,94); }
H1.HeaderClassName
{
color: #FDE75E;
}
.AnyTagClassName
{
color: #FDE75E;
}
</style>
background-color css
<style>
a { background-color: #FDE75E; }
a { background-color: rgb(253,231,94); }
div.DivClassName
{
background-color: #FDE75E;
}
.BgClassName
{
background-color: #FDE75E;
}
</style>
border-color css
<style>
span { border-color: #FDE75E; }
span { border-color: rgb(253,231,94); }
td.TdClassName
{
border-color: #FDE75E;
}
.TagClassName
{
border-color: #FDE75E;
}
</style>