Shades of Corn #F6E166
Tints of Corn #F6E166
RGB
CMYK
RGB Variations
Color information
#F6E166 (or 0xF6E166) is known color: Corn. HEX triplet: F6, E1 and 66. RGB value is (246,225,102). Sum of RGB (Red+Green+Blue) = 246+225+102=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 102 (40.23% from 255 or 17.80% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E166 is #091E99. Grayscale: #D9D9D9. Windows color (decimal): -597658 or 6742518. OLE color: 6742518.
HSL color Cylindrical-coordinate representation of color #F6E166: hue angle of 51.25º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6E166 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 102 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.04 |
| HSL | 51.25º | 0.89% | 0.68% | - |
| HSV(B) | 51.25º | 0.59% | 0.96% | - |
| XYZ | 67.33 | 74.4 | 23.38 | - |
| YUV | 217.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 102 | 0 | 0.09 | 0.59 | 0.04 | 51.25 | 0.89 | 0.68 |
| Hex | F6 | E1 | 66 | 0 | 9 | 3B | 4 | 33 | 59 | 44 |
| Octal | 366 | 341 | 146 | 0 | 11 | 73 | 4 | 63 | 131 | 104 |
| Binary | 11110110 | 11100001 | 1100110 | 0 | 1001 | 111011 | 100 | 110011 | 1011001 | 1000100 |
Color Harmonies of #F6E166
Complementary color
Monochromatic Colors of #F6E166
Black with #F6E166
Text Example
Text Example
White with #F6E166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E166; }
p { color: rgb(246,225,102); }
H1.HeaderClassName
{
color: #F6E166;
}
.AnyTagClassName
{
color: #F6E166;
}
</style>
background-color css
<style>
a { background-color: #F6E166; }
a { background-color: rgb(246,225,102); }
div.DivClassName
{
background-color: #F6E166;
}
.BgClassName
{
background-color: #F6E166;
}
</style>
border-color css
<style>
span { border-color: #F6E166; }
span { border-color: rgb(246,225,102); }
td.TdClassName
{
border-color: #F6E166;
}
.TagClassName
{
border-color: #F6E166;
}
</style>