Shades of Sweet Corn #FEDE6C
Tints of Sweet Corn #FEDE6C
RGB
CMYK
RGB Variations
Color information
#FEDE6C (or 0xFEDE6C) is known color: Sweet Corn. HEX triplet: FE, DE and 6C. RGB value is (254,222,108). Sum of RGB (Red+Green+Blue) = 254+222+108=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 108 (42.58% from 255 or 18.49% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE6C is #012193. Grayscale: #DBDBDB. Windows color (decimal): -74132 or 7134974. OLE color: 7134974.
HSL color Cylindrical-coordinate representation of color #FEDE6C: hue angle of 46.85º 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 #FEDE6C is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 108 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.00 |
| HSL | 46.85º | 0.99% | 0.71% | - |
| HSV(B) | 46.85º | 0.57% | 1% | - |
| XYZ | 69.7 | 74.4 | 24.87 | - |
| YUV | 218.57 | 65.6 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 108 | 0 | 0.13 | 0.57 | 0.00 | 46.85 | 0.99 | 0.71 |
| Hex | FE | DE | 6C | 0 | D | 39 | 0 | 2F | 63 | 47 |
| Octal | 376 | 336 | 154 | 0 | 15 | 71 | 0 | 57 | 143 | 107 |
| Binary | 11111110 | 11011110 | 1101100 | 0 | 1101 | 111001 | 0 | 101111 | 1100011 | 1000111 |
Color Harmonies of #FEDE6C
Complementary color
Monochromatic Colors of #FEDE6C
Black with #FEDE6C
Text Example
Text Example
White with #FEDE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE6C; }
p { color: rgb(254,222,108); }
H1.HeaderClassName
{
color: #FEDE6C;
}
.AnyTagClassName
{
color: #FEDE6C;
}
</style>
background-color css
<style>
a { background-color: #FEDE6C; }
a { background-color: rgb(254,222,108); }
div.DivClassName
{
background-color: #FEDE6C;
}
.BgClassName
{
background-color: #FEDE6C;
}
</style>
border-color css
<style>
span { border-color: #FEDE6C; }
span { border-color: rgb(254,222,108); }
td.TdClassName
{
border-color: #FEDE6C;
}
.TagClassName
{
border-color: #FEDE6C;
}
</style>