Shades of Sweet Corn #FEDC6B
Tints of Sweet Corn #FEDC6B
RGB
CMYK
RGB Variations
Color information
#FEDC6B (or 0xFEDC6B) is known color: Sweet Corn. HEX triplet: FE, DC and 6B. RGB value is (254,220,107). Sum of RGB (Red+Green+Blue) = 254+220+107=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 107 (42.19% from 255 or 18.42% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC6B is #012394. Grayscale: #D9D9D9. Windows color (decimal): -74645 or 7068926. OLE color: 7068926.
HSL color Cylindrical-coordinate representation of color #FEDC6B: hue angle of 46.12º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEDC6B is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 107 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.00 |
| HSL | 46.12º | 0.99% | 0.71% | - |
| HSV(B) | 46.12º | 0.58% | 1% | - |
| XYZ | 69.12 | 73.32 | 24.42 | - |
| YUV | 217.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 107 | 0 | 0.13 | 0.58 | 0.00 | 46.12 | 0.99 | 0.71 |
| Hex | FE | DC | 6B | 0 | D | 3A | 0 | 2E | 63 | 47 |
| Octal | 376 | 334 | 153 | 0 | 15 | 72 | 0 | 56 | 143 | 107 |
| Binary | 11111110 | 11011100 | 1101011 | 0 | 1101 | 111010 | 0 | 101110 | 1100011 | 1000111 |
Color Harmonies of #FEDC6B
Complementary color
Monochromatic Colors of #FEDC6B
Black with #FEDC6B
Text Example
Text Example
White with #FEDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC6B; }
p { color: rgb(254,220,107); }
H1.HeaderClassName
{
color: #FEDC6B;
}
.AnyTagClassName
{
color: #FEDC6B;
}
</style>
background-color css
<style>
a { background-color: #FEDC6B; }
a { background-color: rgb(254,220,107); }
div.DivClassName
{
background-color: #FEDC6B;
}
.BgClassName
{
background-color: #FEDC6B;
}
</style>
border-color css
<style>
span { border-color: #FEDC6B; }
span { border-color: rgb(254,220,107); }
td.TdClassName
{
border-color: #FEDC6B;
}
.TagClassName
{
border-color: #FEDC6B;
}
</style>