Shades of Corn #F5F260
Tints of Corn #F5F260
RGB
CMYK
RGB Variations
Color information
#F5F260 (or 0xF5F260) is known color: Corn. HEX triplet: F5, F2 and 60. RGB value is (245,242,96). Sum of RGB (Red+Green+Blue) = 245+242+96=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 96 (37.89% from 255 or 16.47% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F260 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F260 is #0A0D9F. Grayscale: #E2E2E2. Windows color (decimal): -658848 or 6353653. OLE color: 6353653.
HSL color Cylindrical-coordinate representation of color #F5F260: hue angle of 58.79º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5F260 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 96 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.04 |
| HSL | 58.79º | 0.88% | 0.67% | - |
| HSV(B) | 58.79º | 0.61% | 0.96% | - |
| XYZ | 71.52 | 83.76 | 23.46 | - |
| YUV | 226.25 | 54.49 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 96 | 0 | 0.01 | 0.61 | 0.04 | 58.79 | 0.88 | 0.67 |
| Hex | F5 | F2 | 60 | 0 | 1 | 3D | 4 | 3B | 58 | 43 |
| Octal | 365 | 362 | 140 | 0 | 1 | 75 | 4 | 73 | 130 | 103 |
| Binary | 11110101 | 11110010 | 1100000 | 0 | 1 | 111101 | 100 | 111011 | 1011000 | 1000011 |
Color Harmonies of #F5F260
Complementary color
Monochromatic Colors of #F5F260
Black with #F5F260
Text Example
Text Example
White with #F5F260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F260; }
p { color: rgb(245,242,96); }
H1.HeaderClassName
{
color: #F5F260;
}
.AnyTagClassName
{
color: #F5F260;
}
</style>
background-color css
<style>
a { background-color: #F5F260; }
a { background-color: rgb(245,242,96); }
div.DivClassName
{
background-color: #F5F260;
}
.BgClassName
{
background-color: #F5F260;
}
</style>
border-color css
<style>
span { border-color: #F5F260; }
span { border-color: rgb(245,242,96); }
td.TdClassName
{
border-color: #F5F260;
}
.TagClassName
{
border-color: #F5F260;
}
</style>