Shades of Sweet Corn #FEDC6D
Tints of Sweet Corn #FEDC6D
RGB
CMYK
RGB Variations
Color information
#FEDC6D (or 0xFEDC6D) is known color: Sweet Corn. HEX triplet: FE, DC and 6D. RGB value is (254,220,109). Sum of RGB (Red+Green+Blue) = 254+220+109=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 109 (42.97% from 255 or 18.70% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC6D is #012392. Grayscale: #D9D9D9. Windows color (decimal): -74643 or 7199998. OLE color: 7199998.
HSL color Cylindrical-coordinate representation of color #FEDC6D: hue angle of 45.93º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEDC6D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 109 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.00 |
| HSL | 45.93º | 0.99% | 0.71% | - |
| HSV(B) | 45.93º | 0.57% | 1% | - |
| XYZ | 69.23 | 73.36 | 24.98 | - |
| YUV | 217.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 109 | 0 | 0.13 | 0.57 | 0.00 | 45.93 | 0.99 | 0.71 |
| Hex | FE | DC | 6D | 0 | D | 39 | 0 | 2E | 63 | 47 |
| Octal | 376 | 334 | 155 | 0 | 15 | 71 | 0 | 56 | 143 | 107 |
| Binary | 11111110 | 11011100 | 1101101 | 0 | 1101 | 111001 | 0 | 101110 | 1100011 | 1000111 |
Color Harmonies of #FEDC6D
Complementary color
Monochromatic Colors of #FEDC6D
Black with #FEDC6D
Text Example
Text Example
White with #FEDC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC6D; }
p { color: rgb(254,220,109); }
H1.HeaderClassName
{
color: #FEDC6D;
}
.AnyTagClassName
{
color: #FEDC6D;
}
</style>
background-color css
<style>
a { background-color: #FEDC6D; }
a { background-color: rgb(254,220,109); }
div.DivClassName
{
background-color: #FEDC6D;
}
.BgClassName
{
background-color: #FEDC6D;
}
</style>
border-color css
<style>
span { border-color: #FEDC6D; }
span { border-color: rgb(254,220,109); }
td.TdClassName
{
border-color: #FEDC6D;
}
.TagClassName
{
border-color: #FEDC6D;
}
</style>