Shades of Corn #F0F55B
Tints of Corn #F0F55B
RGB
CMYK
RGB Variations
Color information
#F0F55B (or 0xF0F55B) is known color: Corn. HEX triplet: F0, F5 and 5B. RGB value is (240,245,91). Sum of RGB (Red+Green+Blue) = 240+245+91=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 91 (35.94% from 255 or 15.80% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F55B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F55B is #0F0AA4. Grayscale: #E2E2E2. Windows color (decimal): -985765 or 6026736. OLE color: 6026736.
HSL color Cylindrical-coordinate representation of color #F0F55B: hue angle of 61.95º 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 #F0F55B is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 91 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.04 |
| HSL | 61.95º | 0.89% | 0.66% | - |
| HSV(B) | 61.95º | 0.63% | 0.96% | - |
| XYZ | 70.48 | 84.59 | 22.51 | - |
| YUV | 225.95 | 51.84 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 91 | 0.02 | 0 | 0.63 | 0.04 | 61.95 | 0.89 | 0.66 |
| Hex | F0 | F5 | 5B | 2 | 0 | 3F | 4 | 3E | 59 | 42 |
| Octal | 360 | 365 | 133 | 2 | 0 | 77 | 4 | 76 | 131 | 102 |
| Binary | 11110000 | 11110101 | 1011011 | 10 | 0 | 111111 | 100 | 111110 | 1011001 | 1000010 |
Color Harmonies of #F0F55B
Complementary color
Monochromatic Colors of #F0F55B
Black with #F0F55B
Text Example
Text Example
White with #F0F55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F55B; }
p { color: rgb(240,245,91); }
H1.HeaderClassName
{
color: #F0F55B;
}
.AnyTagClassName
{
color: #F0F55B;
}
</style>
background-color css
<style>
a { background-color: #F0F55B; }
a { background-color: rgb(240,245,91); }
div.DivClassName
{
background-color: #F0F55B;
}
.BgClassName
{
background-color: #F0F55B;
}
</style>
border-color css
<style>
span { border-color: #F0F55B; }
span { border-color: rgb(240,245,91); }
td.TdClassName
{
border-color: #F0F55B;
}
.TagClassName
{
border-color: #F0F55B;
}
</style>