Shades of Corn #F6F356
Tints of Corn #F6F356
RGB
CMYK
RGB Variations
Color information
#F6F356 (or 0xF6F356) is known color: Corn. HEX triplet: F6, F3 and 56. RGB value is (246,243,86). Sum of RGB (Red+Green+Blue) = 246+243+86=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 86 (33.98% from 255 or 14.96% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F356 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F356 is #090CA9. Grayscale: #E2E2E2. Windows color (decimal): -593066 or 5698550. OLE color: 5698550.
HSL color Cylindrical-coordinate representation of color #F6F356: hue angle of 58.88º 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 #F6F356 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 243 | 86 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.04 |
| HSL | 58.88º | 0.9% | 0.65% | - |
| HSV(B) | 58.88º | 0.65% | 0.96% | - |
| XYZ | 71.74 | 84.37 | 21.31 | - |
| YUV | 226 | 48.99 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 243 | 86 | 0 | 0.01 | 0.65 | 0.04 | 58.88 | 0.9 | 0.65 |
| Hex | F6 | F3 | 56 | 0 | 1 | 41 | 4 | 3B | 5A | 41 |
| Octal | 366 | 363 | 126 | 0 | 1 | 101 | 4 | 73 | 132 | 101 |
| Binary | 11110110 | 11110011 | 1010110 | 0 | 1 | 1000001 | 100 | 111011 | 1011010 | 1000001 |
Color Harmonies of #F6F356
Complementary color
Monochromatic Colors of #F6F356
Black with #F6F356
Text Example
Text Example
White with #F6F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F356; }
p { color: rgb(246,243,86); }
H1.HeaderClassName
{
color: #F6F356;
}
.AnyTagClassName
{
color: #F6F356;
}
</style>
background-color css
<style>
a { background-color: #F6F356; }
a { background-color: rgb(246,243,86); }
div.DivClassName
{
background-color: #F6F356;
}
.BgClassName
{
background-color: #F6F356;
}
</style>
border-color css
<style>
span { border-color: #F6F356; }
span { border-color: rgb(246,243,86); }
td.TdClassName
{
border-color: #F6F356;
}
.TagClassName
{
border-color: #F6F356;
}
</style>