Shades of Corn #F1F65C
Tints of Corn #F1F65C
RGB
CMYK
RGB Variations
Color information
#F1F65C (or 0xF1F65C) is known color: Corn. HEX triplet: F1, F6 and 5C. RGB value is (241,246,92). Sum of RGB (Red+Green+Blue) = 241+246+92=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 92 (36.33% from 255 or 15.89% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F65C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F65C is #0E09A3. Grayscale: #E3E3E3. Windows color (decimal): -919972 or 6092529. OLE color: 6092529.
HSL color Cylindrical-coordinate representation of color #F1F65C: hue angle of 61.95º 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 #F1F65C is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 246 | 92 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.04 |
| HSL | 61.95º | 0.9% | 0.66% | - |
| HSV(B) | 61.95º | 0.63% | 0.96% | - |
| XYZ | 71.16 | 85.39 | 22.86 | - |
| YUV | 226.95 | 51.84 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 246 | 92 | 0.02 | 0 | 0.63 | 0.04 | 61.95 | 0.9 | 0.66 |
| Hex | F1 | F6 | 5C | 2 | 0 | 3F | 4 | 3E | 5A | 42 |
| Octal | 361 | 366 | 134 | 2 | 0 | 77 | 4 | 76 | 132 | 102 |
| Binary | 11110001 | 11110110 | 1011100 | 10 | 0 | 111111 | 100 | 111110 | 1011010 | 1000010 |
Color Harmonies of #F1F65C
Complementary color
Monochromatic Colors of #F1F65C
Black with #F1F65C
Text Example
Text Example
White with #F1F65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F65C; }
p { color: rgb(241,246,92); }
H1.HeaderClassName
{
color: #F1F65C;
}
.AnyTagClassName
{
color: #F1F65C;
}
</style>
background-color css
<style>
a { background-color: #F1F65C; }
a { background-color: rgb(241,246,92); }
div.DivClassName
{
background-color: #F1F65C;
}
.BgClassName
{
background-color: #F1F65C;
}
</style>
border-color css
<style>
span { border-color: #F1F65C; }
span { border-color: rgb(241,246,92); }
td.TdClassName
{
border-color: #F1F65C;
}
.TagClassName
{
border-color: #F1F65C;
}
</style>