Shades of Corn #F4F560
Tints of Corn #F4F560
RGB
CMYK
RGB Variations
Color information
#F4F560 (or 0xF4F560) is known color: Corn. HEX triplet: F4, F5 and 60. RGB value is (244,245,96). Sum of RGB (Red+Green+Blue) = 244+245+96=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 96 (37.89% from 255 or 16.41% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #F4F560 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F560 is #0B0A9F. Grayscale: #E4E4E4. Windows color (decimal): -723616 or 6354420. OLE color: 6354420.
HSL color Cylindrical-coordinate representation of color #F4F560: hue angle of 60.4º 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 #F4F560 is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 245 | 96 | - |
| CMYK | 0.00 | 0 | 0.61 | 0.04 |
| HSL | 60.4º | 0.88% | 0.67% | - |
| HSV(B) | 60.4º | 0.61% | 0.96% | - |
| XYZ | 72.07 | 85.38 | 23.75 | - |
| YUV | 227.72 | 53.67 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 245 | 96 | 0.00 | 0 | 0.61 | 0.04 | 60.4 | 0.88 | 0.67 |
| Hex | F4 | F5 | 60 | 0 | 0 | 3D | 4 | 3C | 58 | 43 |
| Octal | 364 | 365 | 140 | 0 | 0 | 75 | 4 | 74 | 130 | 103 |
| Binary | 11110100 | 11110101 | 1100000 | 0 | 0 | 111101 | 100 | 111100 | 1011000 | 1000011 |
Color Harmonies of #F4F560
Complementary color
Monochromatic Colors of #F4F560
Black with #F4F560
Text Example
Text Example
White with #F4F560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F560; }
p { color: rgb(244,245,96); }
H1.HeaderClassName
{
color: #F4F560;
}
.AnyTagClassName
{
color: #F4F560;
}
</style>
background-color css
<style>
a { background-color: #F4F560; }
a { background-color: rgb(244,245,96); }
div.DivClassName
{
background-color: #F4F560;
}
.BgClassName
{
background-color: #F4F560;
}
</style>
border-color css
<style>
span { border-color: #F4F560; }
span { border-color: rgb(244,245,96); }
td.TdClassName
{
border-color: #F4F560;
}
.TagClassName
{
border-color: #F4F560;
}
</style>