Shades of Corn #FDEC68
Tints of Corn #FDEC68
RGB
CMYK
RGB Variations
Color information
#FDEC68 (or 0xFDEC68) is known color: Corn. HEX triplet: FD, EC and 68. RGB value is (253,236,104). Sum of RGB (Red+Green+Blue) = 253+236+104=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 104 (41.02% from 255 or 17.54% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC68 is #021397. Grayscale: #E2E2E2. Windows color (decimal): -136088 or 6876413. OLE color: 6876413.
HSL color Cylindrical-coordinate representation of color #FDEC68: hue angle of 53.15º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDEC68 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 104 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.01 |
| HSL | 53.15º | 0.97% | 0.7% | - |
| HSV(B) | 53.15º | 0.59% | 0.99% | - |
| XYZ | 73 | 81.87 | 25.05 | - |
| YUV | 226.04 | 59.13 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 104 | 0 | 0.07 | 0.59 | 0.01 | 53.15 | 0.97 | 0.7 |
| Hex | FD | EC | 68 | 0 | 7 | 3B | 1 | 35 | 61 | 46 |
| Octal | 375 | 354 | 150 | 0 | 7 | 73 | 1 | 65 | 141 | 106 |
| Binary | 11111101 | 11101100 | 1101000 | 0 | 111 | 111011 | 1 | 110101 | 1100001 | 1000110 |
Color Harmonies of #FDEC68
Complementary color
Monochromatic Colors of #FDEC68
Black with #FDEC68
Text Example
Text Example
White with #FDEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC68; }
p { color: rgb(253,236,104); }
H1.HeaderClassName
{
color: #FDEC68;
}
.AnyTagClassName
{
color: #FDEC68;
}
</style>
background-color css
<style>
a { background-color: #FDEC68; }
a { background-color: rgb(253,236,104); }
div.DivClassName
{
background-color: #FDEC68;
}
.BgClassName
{
background-color: #FDEC68;
}
</style>
border-color css
<style>
span { border-color: #FDEC68; }
span { border-color: rgb(253,236,104); }
td.TdClassName
{
border-color: #FDEC68;
}
.TagClassName
{
border-color: #FDEC68;
}
</style>