Shades of Corn #FDE660
Tints of Corn #FDE660
RGB
CMYK
RGB Variations
Color information
#FDE660 (or 0xFDE660) is known color: Corn. HEX triplet: FD, E6 and 60. RGB value is (253,230,96). Sum of RGB (Red+Green+Blue) = 253+230+96=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 96 (37.89% from 255 or 16.58% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE660 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE660 is #02199F. Grayscale: #DEDEDE. Windows color (decimal): -137632 or 6350589. OLE color: 6350589.
HSL color Cylindrical-coordinate representation of color #FDE660: hue angle of 51.21º 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 #FDE660 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 96 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.01 |
| HSL | 51.21º | 0.98% | 0.68% | - |
| HSV(B) | 51.21º | 0.62% | 0.99% | - |
| XYZ | 70.92 | 78.32 | 22.45 | - |
| YUV | 221.6 | 57.12 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 96 | 0 | 0.09 | 0.62 | 0.01 | 51.21 | 0.98 | 0.68 |
| Hex | FD | E6 | 60 | 0 | 9 | 3E | 1 | 33 | 62 | 44 |
| Octal | 375 | 346 | 140 | 0 | 11 | 76 | 1 | 63 | 142 | 104 |
| Binary | 11111101 | 11100110 | 1100000 | 0 | 1001 | 111110 | 1 | 110011 | 1100010 | 1000100 |
Color Harmonies of #FDE660
Complementary color
Monochromatic Colors of #FDE660
Black with #FDE660
Text Example
Text Example
White with #FDE660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE660; }
p { color: rgb(253,230,96); }
H1.HeaderClassName
{
color: #FDE660;
}
.AnyTagClassName
{
color: #FDE660;
}
</style>
background-color css
<style>
a { background-color: #FDE660; }
a { background-color: rgb(253,230,96); }
div.DivClassName
{
background-color: #FDE660;
}
.BgClassName
{
background-color: #FDE660;
}
</style>
border-color css
<style>
span { border-color: #FDE660; }
span { border-color: rgb(253,230,96); }
td.TdClassName
{
border-color: #FDE660;
}
.TagClassName
{
border-color: #FDE660;
}
</style>