Shades of Corn #F6ED5D
Tints of Corn #F6ED5D
RGB
CMYK
RGB Variations
Color information
#F6ED5D (or 0xF6ED5D) is known color: Corn. HEX triplet: F6, ED and 5D. RGB value is (246,237,93). Sum of RGB (Red+Green+Blue) = 246+237+93=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 93 (36.72% from 255 or 16.15% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6ED5D is #0912A2. Grayscale: #DFDFDF. Windows color (decimal): -594595 or 6155766. OLE color: 6155766.
HSL color Cylindrical-coordinate representation of color #F6ED5D: hue angle of 56.47º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6ED5D is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 93 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.04 |
| HSL | 56.47º | 0.89% | 0.66% | - |
| HSV(B) | 56.47º | 0.62% | 0.96% | - |
| XYZ | 70.27 | 80.95 | 22.28 | - |
| YUV | 223.28 | 54.48 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 93 | 0 | 0.04 | 0.62 | 0.04 | 56.47 | 0.89 | 0.66 |
| Hex | F6 | ED | 5D | 0 | 4 | 3E | 4 | 38 | 59 | 42 |
| Octal | 366 | 355 | 135 | 0 | 4 | 76 | 4 | 70 | 131 | 102 |
| Binary | 11110110 | 11101101 | 1011101 | 0 | 100 | 111110 | 100 | 111000 | 1011001 | 1000010 |
Color Harmonies of #F6ED5D
Complementary color
Monochromatic Colors of #F6ED5D
Black with #F6ED5D
Text Example
Text Example
White with #F6ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ED5D; }
p { color: rgb(246,237,93); }
H1.HeaderClassName
{
color: #F6ED5D;
}
.AnyTagClassName
{
color: #F6ED5D;
}
</style>
background-color css
<style>
a { background-color: #F6ED5D; }
a { background-color: rgb(246,237,93); }
div.DivClassName
{
background-color: #F6ED5D;
}
.BgClassName
{
background-color: #F6ED5D;
}
</style>
border-color css
<style>
span { border-color: #F6ED5D; }
span { border-color: rgb(246,237,93); }
td.TdClassName
{
border-color: #F6ED5D;
}
.TagClassName
{
border-color: #F6ED5D;
}
</style>