Shades of Corn #F6E35D
Tints of Corn #F6E35D
RGB
CMYK
RGB Variations
Color information
#F6E35D (or 0xF6E35D) is known color: Corn. HEX triplet: F6, E3 and 5D. RGB value is (246,227,93). Sum of RGB (Red+Green+Blue) = 246+227+93=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 93 (36.72% from 255 or 16.43% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E35D is #091CA2. Grayscale: #D9D9D9. Windows color (decimal): -597155 or 6153206. OLE color: 6153206.
HSL color Cylindrical-coordinate representation of color #F6E35D: hue angle of 52.55º 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 #F6E35D is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 227 | 93 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.04 |
| HSL | 52.55º | 0.89% | 0.66% | - |
| HSV(B) | 52.55º | 0.62% | 0.96% | - |
| XYZ | 67.45 | 75.32 | 21.34 | - |
| YUV | 217.41 | 57.79 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 227 | 93 | 0 | 0.08 | 0.62 | 0.04 | 52.55 | 0.89 | 0.66 |
| Hex | F6 | E3 | 5D | 0 | 8 | 3E | 4 | 35 | 59 | 42 |
| Octal | 366 | 343 | 135 | 0 | 10 | 76 | 4 | 65 | 131 | 102 |
| Binary | 11110110 | 11100011 | 1011101 | 0 | 1000 | 111110 | 100 | 110101 | 1011001 | 1000010 |
Color Harmonies of #F6E35D
Complementary color
Monochromatic Colors of #F6E35D
Black with #F6E35D
Text Example
Text Example
White with #F6E35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E35D; }
p { color: rgb(246,227,93); }
H1.HeaderClassName
{
color: #F6E35D;
}
.AnyTagClassName
{
color: #F6E35D;
}
</style>
background-color css
<style>
a { background-color: #F6E35D; }
a { background-color: rgb(246,227,93); }
div.DivClassName
{
background-color: #F6E35D;
}
.BgClassName
{
background-color: #F6E35D;
}
</style>
border-color css
<style>
span { border-color: #F6E35D; }
span { border-color: rgb(246,227,93); }
td.TdClassName
{
border-color: #F6E35D;
}
.TagClassName
{
border-color: #F6E35D;
}
</style>