Shades of Corn #F6F558
Tints of Corn #F6F558
RGB
CMYK
RGB Variations
Color information
#F6F558 (or 0xF6F558) is known color: Corn. HEX triplet: F6, F5 and 58. RGB value is (246,245,88). Sum of RGB (Red+Green+Blue) = 246+245+88=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 88 (34.77% from 255 or 15.20% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F558 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F558 is #090AA7. Grayscale: #E4E4E4. Windows color (decimal): -592552 or 5830134. OLE color: 5830134.
HSL color Cylindrical-coordinate representation of color #F6F558: hue angle of 59.62º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F6F558 is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 245 | 88 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.04 |
| HSL | 59.62º | 0.9% | 0.65% | - |
| HSV(B) | 59.62º | 0.64% | 0.96% | - |
| XYZ | 72.42 | 85.6 | 21.94 | - |
| YUV | 227.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 245 | 88 | 0 | 0.00 | 0.64 | 0.04 | 59.62 | 0.9 | 0.65 |
| Hex | F6 | F5 | 58 | 0 | 0 | 40 | 4 | 3C | 5A | 41 |
| Octal | 366 | 365 | 130 | 0 | 0 | 100 | 4 | 74 | 132 | 101 |
| Binary | 11110110 | 11110101 | 1011000 | 0 | 0 | 1000000 | 100 | 111100 | 1011010 | 1000001 |
Color Harmonies of #F6F558
Complementary color
Monochromatic Colors of #F6F558
Black with #F6F558
Text Example
Text Example
White with #F6F558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F558; }
p { color: rgb(246,245,88); }
H1.HeaderClassName
{
color: #F6F558;
}
.AnyTagClassName
{
color: #F6F558;
}
</style>
background-color css
<style>
a { background-color: #F6F558; }
a { background-color: rgb(246,245,88); }
div.DivClassName
{
background-color: #F6F558;
}
.BgClassName
{
background-color: #F6F558;
}
</style>
border-color css
<style>
span { border-color: #F6F558; }
span { border-color: rgb(246,245,88); }
td.TdClassName
{
border-color: #F6F558;
}
.TagClassName
{
border-color: #F6F558;
}
</style>