Shades of Corn #F6E162
Tints of Corn #F6E162
RGB
CMYK
RGB Variations
Color information
#F6E162 (or 0xF6E162) is known color: Corn. HEX triplet: F6, E1 and 62. RGB value is (246,225,98). Sum of RGB (Red+Green+Blue) = 246+225+98=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 98 (38.67% from 255 or 17.22% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E162 is #091E9D. Grayscale: #D9D9D9. Windows color (decimal): -597662 or 6480374. OLE color: 6480374.
HSL color Cylindrical-coordinate representation of color #F6E162: hue angle of 51.49º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F6E162 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 98 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.04 |
| HSL | 51.49º | 0.89% | 0.67% | - |
| HSV(B) | 51.49º | 0.6% | 0.96% | - |
| XYZ | 67.14 | 74.33 | 22.36 | - |
| YUV | 216.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 98 | 0 | 0.09 | 0.60 | 0.04 | 51.49 | 0.89 | 0.67 |
| Hex | F6 | E1 | 62 | 0 | 9 | 3C | 4 | 33 | 59 | 43 |
| Octal | 366 | 341 | 142 | 0 | 11 | 74 | 4 | 63 | 131 | 103 |
| Binary | 11110110 | 11100001 | 1100010 | 0 | 1001 | 111100 | 100 | 110011 | 1011001 | 1000011 |
Color Harmonies of #F6E162
Complementary color
Monochromatic Colors of #F6E162
Black with #F6E162
Text Example
Text Example
White with #F6E162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E162; }
p { color: rgb(246,225,98); }
H1.HeaderClassName
{
color: #F6E162;
}
.AnyTagClassName
{
color: #F6E162;
}
</style>
background-color css
<style>
a { background-color: #F6E162; }
a { background-color: rgb(246,225,98); }
div.DivClassName
{
background-color: #F6E162;
}
.BgClassName
{
background-color: #F6E162;
}
</style>
border-color css
<style>
span { border-color: #F6E162; }
span { border-color: rgb(246,225,98); }
td.TdClassName
{
border-color: #F6E162;
}
.TagClassName
{
border-color: #F6E162;
}
</style>