Shades of Corn #F0F25A
Tints of Corn #F0F25A
RGB
CMYK
RGB Variations
Color information
#F0F25A (or 0xF0F25A) is known color: Corn. HEX triplet: F0, F2 and 5A. RGB value is (240,242,90). Sum of RGB (Red+Green+Blue) = 240+242+90=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 90 (35.55% from 255 or 15.73% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F25A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F25A is #0F0DA5. Grayscale: #E0E0E0. Windows color (decimal): -986534 or 5960432. OLE color: 5960432.
HSL color Cylindrical-coordinate representation of color #F0F25A: hue angle of 60.79º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0F25A is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 90 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.05 |
| HSL | 60.79º | 0.85% | 0.65% | - |
| HSV(B) | 60.79º | 0.63% | 0.95% | - |
| XYZ | 69.53 | 82.77 | 21.98 | - |
| YUV | 224.07 | 52.34 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 90 | 0.01 | 0 | 0.63 | 0.05 | 60.79 | 0.85 | 0.65 |
| Hex | F0 | F2 | 5A | 1 | 0 | 3F | 5 | 3D | 55 | 41 |
| Octal | 360 | 362 | 132 | 1 | 0 | 77 | 5 | 75 | 125 | 101 |
| Binary | 11110000 | 11110010 | 1011010 | 1 | 0 | 111111 | 101 | 111101 | 1010101 | 1000001 |
Color Harmonies of #F0F25A
Complementary color
Monochromatic Colors of #F0F25A
Black with #F0F25A
Text Example
Text Example
White with #F0F25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F25A; }
p { color: rgb(240,242,90); }
H1.HeaderClassName
{
color: #F0F25A;
}
.AnyTagClassName
{
color: #F0F25A;
}
</style>
background-color css
<style>
a { background-color: #F0F25A; }
a { background-color: rgb(240,242,90); }
div.DivClassName
{
background-color: #F0F25A;
}
.BgClassName
{
background-color: #F0F25A;
}
</style>
border-color css
<style>
span { border-color: #F0F25A; }
span { border-color: rgb(240,242,90); }
td.TdClassName
{
border-color: #F0F25A;
}
.TagClassName
{
border-color: #F0F25A;
}
</style>