Shades of Corn #F0F55A
Tints of Corn #F0F55A
RGB
CMYK
RGB Variations
Color information
#F0F55A (or 0xF0F55A) is known color: Corn. HEX triplet: F0, F5 and 5A. RGB value is (240,245,90). Sum of RGB (Red+Green+Blue) = 240+245+90=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 90 (35.55% from 255 or 15.65% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F55A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F55A is #0F0AA5. Grayscale: #E2E2E2. Windows color (decimal): -985766 or 5961200. OLE color: 5961200.
HSL color Cylindrical-coordinate representation of color #F0F55A: hue angle of 61.94º degrees, saturation: 0.89, 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 #F0F55A is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 90 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.04 |
| HSL | 61.94º | 0.89% | 0.66% | - |
| HSV(B) | 61.94º | 0.63% | 0.96% | - |
| XYZ | 70.43 | 84.57 | 22.28 | - |
| YUV | 225.84 | 51.34 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 90 | 0.02 | 0 | 0.63 | 0.04 | 61.94 | 0.89 | 0.66 |
| Hex | F0 | F5 | 5A | 2 | 0 | 3F | 4 | 3E | 59 | 42 |
| Octal | 360 | 365 | 132 | 2 | 0 | 77 | 4 | 76 | 131 | 102 |
| Binary | 11110000 | 11110101 | 1011010 | 10 | 0 | 111111 | 100 | 111110 | 1011001 | 1000010 |
Color Harmonies of #F0F55A
Complementary color
Monochromatic Colors of #F0F55A
Black with #F0F55A
Text Example
Text Example
White with #F0F55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F55A; }
p { color: rgb(240,245,90); }
H1.HeaderClassName
{
color: #F0F55A;
}
.AnyTagClassName
{
color: #F0F55A;
}
</style>
background-color css
<style>
a { background-color: #F0F55A; }
a { background-color: rgb(240,245,90); }
div.DivClassName
{
background-color: #F0F55A;
}
.BgClassName
{
background-color: #F0F55A;
}
</style>
border-color css
<style>
span { border-color: #F0F55A; }
span { border-color: rgb(240,245,90); }
td.TdClassName
{
border-color: #F0F55A;
}
.TagClassName
{
border-color: #F0F55A;
}
</style>