Shades of Sweet Corn #F6DD7C
Tints of Sweet Corn #F6DD7C
RGB
CMYK
RGB Variations
Color information
#F6DD7C (or 0xF6DD7C) is known color: Sweet Corn. HEX triplet: F6, DD and 7C. RGB value is (246,221,124). Sum of RGB (Red+Green+Blue) = 246+221+124=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DD7C is #092283. Grayscale: #D9D9D9. Windows color (decimal): -598660 or 8183286. OLE color: 8183286.
HSL color Cylindrical-coordinate representation of color #F6DD7C: hue angle of 47.7º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6DD7C is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 124 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.04 |
| HSL | 47.7º | 0.87% | 0.73% | - |
| HSV(B) | 47.7º | 0.5% | 0.96% | - |
| XYZ | 67.5 | 72.76 | 29.56 | - |
| YUV | 217.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 124 | 0 | 0.10 | 0.50 | 0.04 | 47.7 | 0.87 | 0.73 |
| Hex | F6 | DD | 7C | 0 | A | 32 | 4 | 30 | 57 | 49 |
| Octal | 366 | 335 | 174 | 0 | 12 | 62 | 4 | 60 | 127 | 111 |
| Binary | 11110110 | 11011101 | 1111100 | 0 | 1010 | 110010 | 100 | 110000 | 1010111 | 1001001 |
Color Harmonies of #F6DD7C
Complementary color
Monochromatic Colors of #F6DD7C
Black with #F6DD7C
Text Example
Text Example
White with #F6DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DD7C; }
p { color: rgb(246,221,124); }
H1.HeaderClassName
{
color: #F6DD7C;
}
.AnyTagClassName
{
color: #F6DD7C;
}
</style>
background-color css
<style>
a { background-color: #F6DD7C; }
a { background-color: rgb(246,221,124); }
div.DivClassName
{
background-color: #F6DD7C;
}
.BgClassName
{
background-color: #F6DD7C;
}
</style>
border-color css
<style>
span { border-color: #F6DD7C; }
span { border-color: rgb(246,221,124); }
td.TdClassName
{
border-color: #F6DD7C;
}
.TagClassName
{
border-color: #F6DD7C;
}
</style>