Shades of Corn #F6F162
Tints of Corn #F6F162
RGB
CMYK
RGB Variations
Color information
#F6F162 (or 0xF6F162) is known color: Corn. HEX triplet: F6, F1 and 62. RGB value is (246,241,98). Sum of RGB (Red+Green+Blue) = 246+241+98=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 98 (38.67% from 255 or 16.75% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F162 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F162 is #090E9D. Grayscale: #E2E2E2. Windows color (decimal): -593566 or 6484470. OLE color: 6484470.
HSL color Cylindrical-coordinate representation of color #F6F162: hue angle of 57.97º 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 #F6F162 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 241 | 98 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.04 |
| HSL | 57.97º | 0.89% | 0.67% | - |
| HSV(B) | 57.97º | 0.6% | 0.96% | - |
| XYZ | 71.67 | 83.39 | 23.87 | - |
| YUV | 226.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 241 | 98 | 0 | 0.02 | 0.60 | 0.04 | 57.97 | 0.89 | 0.67 |
| Hex | F6 | F1 | 62 | 0 | 2 | 3C | 4 | 3A | 59 | 43 |
| Octal | 366 | 361 | 142 | 0 | 2 | 74 | 4 | 72 | 131 | 103 |
| Binary | 11110110 | 11110001 | 1100010 | 0 | 10 | 111100 | 100 | 111010 | 1011001 | 1000011 |
Color Harmonies of #F6F162
Complementary color
Monochromatic Colors of #F6F162
Black with #F6F162
Text Example
Text Example
White with #F6F162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F162; }
p { color: rgb(246,241,98); }
H1.HeaderClassName
{
color: #F6F162;
}
.AnyTagClassName
{
color: #F6F162;
}
</style>
background-color css
<style>
a { background-color: #F6F162; }
a { background-color: rgb(246,241,98); }
div.DivClassName
{
background-color: #F6F162;
}
.BgClassName
{
background-color: #F6F162;
}
</style>
border-color css
<style>
span { border-color: #F6F162; }
span { border-color: rgb(246,241,98); }
td.TdClassName
{
border-color: #F6F162;
}
.TagClassName
{
border-color: #F6F162;
}
</style>