Shades of Corn #F0F956
Tints of Corn #F0F956
RGB
CMYK
RGB Variations
Color information
#F0F956 (or 0xF0F956) is known color: Corn. HEX triplet: F0, F9 and 56. RGB value is (240,249,86). Sum of RGB (Red+Green+Blue) = 240+249+86=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 86 (33.98% from 255 or 14.96% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F956 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F956 is #0F06A9. Grayscale: #E4E4E4. Windows color (decimal): -984746 or 5700080. OLE color: 5700080.
HSL color Cylindrical-coordinate representation of color #F0F956: hue angle of 63.31º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0F956 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 86 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.02 |
| HSL | 63.31º | 0.93% | 0.66% | - |
| HSV(B) | 63.31º | 0.65% | 0.98% | - |
| XYZ | 71.49 | 86.95 | 21.82 | - |
| YUV | 227.73 | 48.02 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 86 | 0.04 | 0 | 0.65 | 0.02 | 63.31 | 0.93 | 0.66 |
| Hex | F0 | F9 | 56 | 4 | 0 | 41 | 2 | 3F | 5D | 42 |
| Octal | 360 | 371 | 126 | 4 | 0 | 101 | 2 | 77 | 135 | 102 |
| Binary | 11110000 | 11111001 | 1010110 | 100 | 0 | 1000001 | 10 | 111111 | 1011101 | 1000010 |
Color Harmonies of #F0F956
Complementary color
Monochromatic Colors of #F0F956
Black with #F0F956
Text Example
Text Example
White with #F0F956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F956; }
p { color: rgb(240,249,86); }
H1.HeaderClassName
{
color: #F0F956;
}
.AnyTagClassName
{
color: #F0F956;
}
</style>
background-color css
<style>
a { background-color: #F0F956; }
a { background-color: rgb(240,249,86); }
div.DivClassName
{
background-color: #F0F956;
}
.BgClassName
{
background-color: #F0F956;
}
</style>
border-color css
<style>
span { border-color: #F0F956; }
span { border-color: rgb(240,249,86); }
td.TdClassName
{
border-color: #F0F956;
}
.TagClassName
{
border-color: #F0F956;
}
</style>