Shades of Corn #F6F65C
Tints of Corn #F6F65C
RGB
CMYK
RGB Variations
Color information
#F6F65C (or 0xF6F65C) is known color: Corn. HEX triplet: F6, F6 and 5C. RGB value is (246,246,92). Sum of RGB (Red+Green+Blue) = 246+246+92=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 92 (36.33% from 255 or 15.75% from 584); Max value from RGB is 246 - color contains mainly: red, green. Hex color #F6F65C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F65C is #0909A3. Grayscale: #E5E5E5. Windows color (decimal): -592292 or 6092534. OLE color: 6092534.
HSL color Cylindrical-coordinate representation of color #F6F65C: hue angle of 60º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6F65C is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 246 | 92 | - |
| CMYK | 0 | 0 | 0.63 | 0.04 |
| HSL | 60º | 0.9% | 0.66% | - |
| HSV(B) | 60º | 0.63% | 0.96% | - |
| XYZ | 72.89 | 86.28 | 22.94 | - |
| YUV | 228.44 | 51 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 246 | 92 | 0 | 0 | 0.63 | 0.04 | 60 | 0.9 | 0.66 |
| Hex | F6 | F6 | 5C | 0 | 0 | 3F | 4 | 3C | 5A | 42 |
| Octal | 366 | 366 | 134 | 0 | 0 | 77 | 4 | 74 | 132 | 102 |
| Binary | 11110110 | 11110110 | 1011100 | 0 | 0 | 111111 | 100 | 111100 | 1011010 | 1000010 |
Color Harmonies of #F6F65C
Complementary color
Monochromatic Colors of #F6F65C
Black with #F6F65C
Text Example
Text Example
White with #F6F65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F65C; }
p { color: rgb(246,246,92); }
H1.HeaderClassName
{
color: #F6F65C;
}
.AnyTagClassName
{
color: #F6F65C;
}
</style>
background-color css
<style>
a { background-color: #F6F65C; }
a { background-color: rgb(246,246,92); }
div.DivClassName
{
background-color: #F6F65C;
}
.BgClassName
{
background-color: #F6F65C;
}
</style>
border-color css
<style>
span { border-color: #F6F65C; }
span { border-color: rgb(246,246,92); }
td.TdClassName
{
border-color: #F6F65C;
}
.TagClassName
{
border-color: #F6F65C;
}
</style>