Shades of Corn #F6F562
Tints of Corn #F6F562
RGB
CMYK
RGB Variations
Color information
#F6F562 (or 0xF6F562) is known color: Corn. HEX triplet: F6, F5 and 62. RGB value is (246,245,98). Sum of RGB (Red+Green+Blue) = 246+245+98=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 98 (38.67% from 255 or 16.64% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F562 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F562 is #090A9D. Grayscale: #E5E5E5. Windows color (decimal): -592542 or 6485494. OLE color: 6485494.
HSL color Cylindrical-coordinate representation of color #F6F562: hue angle of 59.59º 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 #F6F562 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 245 | 98 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.04 |
| HSL | 59.59º | 0.89% | 0.67% | - |
| HSV(B) | 59.59º | 0.6% | 0.96% | - |
| XYZ | 72.86 | 85.78 | 24.27 | - |
| YUV | 228.54 | 54.33 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 245 | 98 | 0 | 0.00 | 0.60 | 0.04 | 59.59 | 0.89 | 0.67 |
| Hex | F6 | F5 | 62 | 0 | 0 | 3C | 4 | 3C | 59 | 43 |
| Octal | 366 | 365 | 142 | 0 | 0 | 74 | 4 | 74 | 131 | 103 |
| Binary | 11110110 | 11110101 | 1100010 | 0 | 0 | 111100 | 100 | 111100 | 1011001 | 1000011 |
Color Harmonies of #F6F562
Complementary color
Monochromatic Colors of #F6F562
Black with #F6F562
Text Example
Text Example
White with #F6F562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F562; }
p { color: rgb(246,245,98); }
H1.HeaderClassName
{
color: #F6F562;
}
.AnyTagClassName
{
color: #F6F562;
}
</style>
background-color css
<style>
a { background-color: #F6F562; }
a { background-color: rgb(246,245,98); }
div.DivClassName
{
background-color: #F6F562;
}
.BgClassName
{
background-color: #F6F562;
}
</style>
border-color css
<style>
span { border-color: #F6F562; }
span { border-color: rgb(246,245,98); }
td.TdClassName
{
border-color: #F6F562;
}
.TagClassName
{
border-color: #F6F562;
}
</style>