Shades of Corn #F6ED57
Tints of Corn #F6ED57
RGB
CMYK
RGB Variations
Color information
#F6ED57 (or 0xF6ED57) is known color: Corn. HEX triplet: F6, ED and 57. RGB value is (246,237,87). Sum of RGB (Red+Green+Blue) = 246+237+87=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 87 (34.38% from 255 or 15.26% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6ED57 is #0912A8. Grayscale: #DFDFDF. Windows color (decimal): -594601 or 5762550. OLE color: 5762550.
HSL color Cylindrical-coordinate representation of color #F6ED57: hue angle of 56.6º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6ED57 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 87 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.04 |
| HSL | 56.6º | 0.9% | 0.65% | - |
| HSV(B) | 56.6º | 0.65% | 0.96% | - |
| XYZ | 70.01 | 80.85 | 20.93 | - |
| YUV | 222.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 87 | 0 | 0.04 | 0.65 | 0.04 | 56.6 | 0.9 | 0.65 |
| Hex | F6 | ED | 57 | 0 | 4 | 41 | 4 | 39 | 5A | 41 |
| Octal | 366 | 355 | 127 | 0 | 4 | 101 | 4 | 71 | 132 | 101 |
| Binary | 11110110 | 11101101 | 1010111 | 0 | 100 | 1000001 | 100 | 111001 | 1011010 | 1000001 |
Color Harmonies of #F6ED57
Complementary color
Monochromatic Colors of #F6ED57
Black with #F6ED57
Text Example
Text Example
White with #F6ED57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ED57; }
p { color: rgb(246,237,87); }
H1.HeaderClassName
{
color: #F6ED57;
}
.AnyTagClassName
{
color: #F6ED57;
}
</style>
background-color css
<style>
a { background-color: #F6ED57; }
a { background-color: rgb(246,237,87); }
div.DivClassName
{
background-color: #F6ED57;
}
.BgClassName
{
background-color: #F6ED57;
}
</style>
border-color css
<style>
span { border-color: #F6ED57; }
span { border-color: rgb(246,237,87); }
td.TdClassName
{
border-color: #F6ED57;
}
.TagClassName
{
border-color: #F6ED57;
}
</style>