Shades of Sweet Corn #F6DC7A
Tints of Sweet Corn #F6DC7A
RGB
CMYK
RGB Variations
Color information
#F6DC7A (or 0xF6DC7A) is known color: Sweet Corn. HEX triplet: F6, DC and 7A. RGB value is (246,220,122). Sum of RGB (Red+Green+Blue) = 246+220+122=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DC7A is #092385. Grayscale: #D9D9D9. Windows color (decimal): -598918 or 8051958. OLE color: 8051958.
HSL color Cylindrical-coordinate representation of color #F6DC7A: hue angle of 47.42º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6DC7A is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 122 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.04 |
| HSL | 47.42º | 0.87% | 0.72% | - |
| HSV(B) | 47.42º | 0.5% | 0.96% | - |
| XYZ | 67.11 | 72.18 | 28.81 | - |
| YUV | 216.6 | 74.61 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 122 | 0 | 0.11 | 0.50 | 0.04 | 47.42 | 0.87 | 0.72 |
| Hex | F6 | DC | 7A | 0 | B | 32 | 4 | 2F | 57 | 48 |
| Octal | 366 | 334 | 172 | 0 | 13 | 62 | 4 | 57 | 127 | 110 |
| Binary | 11110110 | 11011100 | 1111010 | 0 | 1011 | 110010 | 100 | 101111 | 1010111 | 1001000 |
Color Harmonies of #F6DC7A
Complementary color
Monochromatic Colors of #F6DC7A
Black with #F6DC7A
Text Example
Text Example
White with #F6DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC7A; }
p { color: rgb(246,220,122); }
H1.HeaderClassName
{
color: #F6DC7A;
}
.AnyTagClassName
{
color: #F6DC7A;
}
</style>
background-color css
<style>
a { background-color: #F6DC7A; }
a { background-color: rgb(246,220,122); }
div.DivClassName
{
background-color: #F6DC7A;
}
.BgClassName
{
background-color: #F6DC7A;
}
</style>
border-color css
<style>
span { border-color: #F6DC7A; }
span { border-color: rgb(246,220,122); }
td.TdClassName
{
border-color: #F6DC7A;
}
.TagClassName
{
border-color: #F6DC7A;
}
</style>