Shades of Corn #FDE662
Tints of Corn #FDE662
RGB
CMYK
RGB Variations
Color information
#FDE662 (or 0xFDE662) is known color: Corn. HEX triplet: FD, E6 and 62. RGB value is (253,230,98). Sum of RGB (Red+Green+Blue) = 253+230+98=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 98 (38.67% from 255 or 16.87% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE662 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE662 is #02199D. Grayscale: #DEDEDE. Windows color (decimal): -137630 or 6481661. OLE color: 6481661.
HSL color Cylindrical-coordinate representation of color #FDE662: hue angle of 51.1º 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 #FDE662 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 98 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.01 |
| HSL | 51.1º | 0.97% | 0.69% | - |
| HSV(B) | 51.1º | 0.61% | 0.99% | - |
| XYZ | 71.01 | 78.36 | 22.94 | - |
| YUV | 221.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 98 | 0 | 0.09 | 0.61 | 0.01 | 51.1 | 0.97 | 0.69 |
| Hex | FD | E6 | 62 | 0 | 9 | 3D | 1 | 33 | 61 | 45 |
| Octal | 375 | 346 | 142 | 0 | 11 | 75 | 1 | 63 | 141 | 105 |
| Binary | 11111101 | 11100110 | 1100010 | 0 | 1001 | 111101 | 1 | 110011 | 1100001 | 1000101 |
Color Harmonies of #FDE662
Complementary color
Monochromatic Colors of #FDE662
Black with #FDE662
Text Example
Text Example
White with #FDE662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE662; }
p { color: rgb(253,230,98); }
H1.HeaderClassName
{
color: #FDE662;
}
.AnyTagClassName
{
color: #FDE662;
}
</style>
background-color css
<style>
a { background-color: #FDE662; }
a { background-color: rgb(253,230,98); }
div.DivClassName
{
background-color: #FDE662;
}
.BgClassName
{
background-color: #FDE662;
}
</style>
border-color css
<style>
span { border-color: #FDE662; }
span { border-color: rgb(253,230,98); }
td.TdClassName
{
border-color: #FDE662;
}
.TagClassName
{
border-color: #FDE662;
}
</style>