Shades of Corn #FDE465
Tints of Corn #FDE465
RGB
CMYK
RGB Variations
Color information
#FDE465 (or 0xFDE465) is known color: Corn. HEX triplet: FD, E4 and 65. RGB value is (253,228,101). Sum of RGB (Red+Green+Blue) = 253+228+101=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 101 (39.84% from 255 or 17.35% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE465 is #021B9A. Grayscale: #DDDDDD. Windows color (decimal): -138139 or 6677757. OLE color: 6677757.
HSL color Cylindrical-coordinate representation of color #FDE465: hue angle of 50.13º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDE465 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 101 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.01 |
| HSL | 50.13º | 0.97% | 0.69% | - |
| HSV(B) | 50.13º | 0.6% | 0.99% | - |
| XYZ | 70.6 | 77.31 | 23.51 | - |
| YUV | 221 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 101 | 0 | 0.10 | 0.60 | 0.01 | 50.13 | 0.97 | 0.69 |
| Hex | FD | E4 | 65 | 0 | A | 3C | 1 | 32 | 61 | 45 |
| Octal | 375 | 344 | 145 | 0 | 12 | 74 | 1 | 62 | 141 | 105 |
| Binary | 11111101 | 11100100 | 1100101 | 0 | 1010 | 111100 | 1 | 110010 | 1100001 | 1000101 |
Color Harmonies of #FDE465
Complementary color
Monochromatic Colors of #FDE465
Black with #FDE465
Text Example
Text Example
White with #FDE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE465; }
p { color: rgb(253,228,101); }
H1.HeaderClassName
{
color: #FDE465;
}
.AnyTagClassName
{
color: #FDE465;
}
</style>
background-color css
<style>
a { background-color: #FDE465; }
a { background-color: rgb(253,228,101); }
div.DivClassName
{
background-color: #FDE465;
}
.BgClassName
{
background-color: #FDE465;
}
</style>
border-color css
<style>
span { border-color: #FDE465; }
span { border-color: rgb(253,228,101); }
td.TdClassName
{
border-color: #FDE465;
}
.TagClassName
{
border-color: #FDE465;
}
</style>