Shades of Corn #FDE462
Tints of Corn #FDE462
RGB
CMYK
RGB Variations
Color information
#FDE462 (or 0xFDE462) is known color: Corn. HEX triplet: FD, E4 and 62. RGB value is (253,228,98). Sum of RGB (Red+Green+Blue) = 253+228+98=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 98 (38.67% from 255 or 16.93% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE462 is #021B9D. Grayscale: #DDDDDD. Windows color (decimal): -138142 or 6481149. OLE color: 6481149.
HSL color Cylindrical-coordinate representation of color #FDE462: hue angle of 50.32º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDE462 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 98 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.01 |
| HSL | 50.32º | 0.97% | 0.69% | - |
| HSV(B) | 50.32º | 0.61% | 0.99% | - |
| XYZ | 70.46 | 77.25 | 22.75 | - |
| YUV | 220.66 | 58.78 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 98 | 0 | 0.10 | 0.61 | 0.01 | 50.32 | 0.97 | 0.69 |
| Hex | FD | E4 | 62 | 0 | A | 3D | 1 | 32 | 61 | 45 |
| Octal | 375 | 344 | 142 | 0 | 12 | 75 | 1 | 62 | 141 | 105 |
| Binary | 11111101 | 11100100 | 1100010 | 0 | 1010 | 111101 | 1 | 110010 | 1100001 | 1000101 |
Color Harmonies of #FDE462
Complementary color
Monochromatic Colors of #FDE462
Black with #FDE462
Text Example
Text Example
White with #FDE462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE462; }
p { color: rgb(253,228,98); }
H1.HeaderClassName
{
color: #FDE462;
}
.AnyTagClassName
{
color: #FDE462;
}
</style>
background-color css
<style>
a { background-color: #FDE462; }
a { background-color: rgb(253,228,98); }
div.DivClassName
{
background-color: #FDE462;
}
.BgClassName
{
background-color: #FDE462;
}
</style>
border-color css
<style>
span { border-color: #FDE462; }
span { border-color: rgb(253,228,98); }
td.TdClassName
{
border-color: #FDE462;
}
.TagClassName
{
border-color: #FDE462;
}
</style>