Shades of Corn #F6E65D
Tints of Corn #F6E65D
RGB
CMYK
RGB Variations
Color information
#F6E65D (or 0xF6E65D) is known color: Corn. HEX triplet: F6, E6 and 5D. RGB value is (246,230,93). Sum of RGB (Red+Green+Blue) = 246+230+93=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 93 (36.72% from 255 or 16.34% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E65D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6E65D is #0919A2. Grayscale: #DBDBDB. Windows color (decimal): -596387 or 6153974. OLE color: 6153974.
HSL color Cylindrical-coordinate representation of color #F6E65D: hue angle of 53.73º 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 #F6E65D is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 230 | 93 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.04 |
| HSL | 53.73º | 0.89% | 0.66% | - |
| HSV(B) | 53.73º | 0.62% | 0.96% | - |
| XYZ | 68.28 | 76.98 | 21.62 | - |
| YUV | 219.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 230 | 93 | 0 | 0.07 | 0.62 | 0.04 | 53.73 | 0.89 | 0.66 |
| Hex | F6 | E6 | 5D | 0 | 7 | 3E | 4 | 36 | 59 | 42 |
| Octal | 366 | 346 | 135 | 0 | 7 | 76 | 4 | 66 | 131 | 102 |
| Binary | 11110110 | 11100110 | 1011101 | 0 | 111 | 111110 | 100 | 110110 | 1011001 | 1000010 |
Color Harmonies of #F6E65D
Complementary color
Monochromatic Colors of #F6E65D
Black with #F6E65D
Text Example
Text Example
White with #F6E65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E65D; }
p { color: rgb(246,230,93); }
H1.HeaderClassName
{
color: #F6E65D;
}
.AnyTagClassName
{
color: #F6E65D;
}
</style>
background-color css
<style>
a { background-color: #F6E65D; }
a { background-color: rgb(246,230,93); }
div.DivClassName
{
background-color: #F6E65D;
}
.BgClassName
{
background-color: #F6E65D;
}
</style>
border-color css
<style>
span { border-color: #F6E65D; }
span { border-color: rgb(246,230,93); }
td.TdClassName
{
border-color: #F6E65D;
}
.TagClassName
{
border-color: #F6E65D;
}
</style>