Shades of Corn #FDEC65
Tints of Corn #FDEC65
RGB
CMYK
RGB Variations
Color information
#FDEC65 (or 0xFDEC65) is known color: Corn. HEX triplet: FD, EC and 65. RGB value is (253,236,101). Sum of RGB (Red+Green+Blue) = 253+236+101=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 101 (39.84% from 255 or 17.12% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC65 is #02139A. Grayscale: #E2E2E2. Windows color (decimal): -136091 or 6679805. OLE color: 6679805.
HSL color Cylindrical-coordinate representation of color #FDEC65: hue angle of 53.29º 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 #FDEC65 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 101 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.01 |
| HSL | 53.29º | 0.97% | 0.69% | - |
| HSV(B) | 53.29º | 0.6% | 0.99% | - |
| XYZ | 72.85 | 81.81 | 24.26 | - |
| YUV | 225.69 | 57.63 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 101 | 0 | 0.07 | 0.60 | 0.01 | 53.29 | 0.97 | 0.69 |
| Hex | FD | EC | 65 | 0 | 7 | 3C | 1 | 35 | 61 | 45 |
| Octal | 375 | 354 | 145 | 0 | 7 | 74 | 1 | 65 | 141 | 105 |
| Binary | 11111101 | 11101100 | 1100101 | 0 | 111 | 111100 | 1 | 110101 | 1100001 | 1000101 |
Color Harmonies of #FDEC65
Complementary color
Monochromatic Colors of #FDEC65
Black with #FDEC65
Text Example
Text Example
White with #FDEC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC65; }
p { color: rgb(253,236,101); }
H1.HeaderClassName
{
color: #FDEC65;
}
.AnyTagClassName
{
color: #FDEC65;
}
</style>
background-color css
<style>
a { background-color: #FDEC65; }
a { background-color: rgb(253,236,101); }
div.DivClassName
{
background-color: #FDEC65;
}
.BgClassName
{
background-color: #FDEC65;
}
</style>
border-color css
<style>
span { border-color: #FDEC65; }
span { border-color: rgb(253,236,101); }
td.TdClassName
{
border-color: #FDEC65;
}
.TagClassName
{
border-color: #FDEC65;
}
</style>