Shades of Corn #F0F15D
Tints of Corn #F0F15D
RGB
CMYK
RGB Variations
Color information
#F0F15D (or 0xF0F15D) is known color: Corn. HEX triplet: F0, F1 and 5D. RGB value is (240,241,93). Sum of RGB (Red+Green+Blue) = 240+241+93=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 93 (36.72% from 255 or 16.20% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F15D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F15D is #0F0EA2. Grayscale: #E0E0E0. Windows color (decimal): -986787 or 6156784. OLE color: 6156784.
HSL color Cylindrical-coordinate representation of color #F0F15D: hue angle of 60.41º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0F15D is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 93 | - |
| CMYK | 0.00 | 0 | 0.61 | 0.05 |
| HSL | 60.41º | 0.84% | 0.65% | - |
| HSV(B) | 60.41º | 0.61% | 0.95% | - |
| XYZ | 69.37 | 82.23 | 22.57 | - |
| YUV | 223.83 | 54.17 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 93 | 0.00 | 0 | 0.61 | 0.05 | 60.41 | 0.84 | 0.65 |
| Hex | F0 | F1 | 5D | 0 | 0 | 3D | 5 | 3C | 54 | 41 |
| Octal | 360 | 361 | 135 | 0 | 0 | 75 | 5 | 74 | 124 | 101 |
| Binary | 11110000 | 11110001 | 1011101 | 0 | 0 | 111101 | 101 | 111100 | 1010100 | 1000001 |
Color Harmonies of #F0F15D
Complementary color
Monochromatic Colors of #F0F15D
Black with #F0F15D
Text Example
Text Example
White with #F0F15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F15D; }
p { color: rgb(240,241,93); }
H1.HeaderClassName
{
color: #F0F15D;
}
.AnyTagClassName
{
color: #F0F15D;
}
</style>
background-color css
<style>
a { background-color: #F0F15D; }
a { background-color: rgb(240,241,93); }
div.DivClassName
{
background-color: #F0F15D;
}
.BgClassName
{
background-color: #F0F15D;
}
</style>
border-color css
<style>
span { border-color: #F0F15D; }
span { border-color: rgb(240,241,93); }
td.TdClassName
{
border-color: #F0F15D;
}
.TagClassName
{
border-color: #F0F15D;
}
</style>