Shades of Corn #F0F357
Tints of Corn #F0F357
RGB
CMYK
RGB Variations
Color information
#F0F357 (or 0xF0F357) is known color: Corn. HEX triplet: F0, F3 and 57. RGB value is (240,243,87). Sum of RGB (Red+Green+Blue) = 240+243+87=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 87 (34.38% from 255 or 15.26% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F357 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F357 is #0F0CA8. Grayscale: #E0E0E0. Windows color (decimal): -986281 or 5764080. OLE color: 5764080.
HSL color Cylindrical-coordinate representation of color #F0F357: hue angle of 61.15º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0F357 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 87 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.05 |
| HSL | 61.15º | 0.87% | 0.65% | - |
| HSV(B) | 61.15º | 0.64% | 0.95% | - |
| XYZ | 69.71 | 83.31 | 21.42 | - |
| YUV | 224.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 87 | 0.01 | 0 | 0.64 | 0.05 | 61.15 | 0.87 | 0.65 |
| Hex | F0 | F3 | 57 | 1 | 0 | 40 | 5 | 3D | 57 | 41 |
| Octal | 360 | 363 | 127 | 1 | 0 | 100 | 5 | 75 | 127 | 101 |
| Binary | 11110000 | 11110011 | 1010111 | 1 | 0 | 1000000 | 101 | 111101 | 1010111 | 1000001 |
Color Harmonies of #F0F357
Complementary color
Monochromatic Colors of #F0F357
Black with #F0F357
Text Example
Text Example
White with #F0F357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F357; }
p { color: rgb(240,243,87); }
H1.HeaderClassName
{
color: #F0F357;
}
.AnyTagClassName
{
color: #F0F357;
}
</style>
background-color css
<style>
a { background-color: #F0F357; }
a { background-color: rgb(240,243,87); }
div.DivClassName
{
background-color: #F0F357;
}
.BgClassName
{
background-color: #F0F357;
}
</style>
border-color css
<style>
span { border-color: #F0F357; }
span { border-color: rgb(240,243,87); }
td.TdClassName
{
border-color: #F0F357;
}
.TagClassName
{
border-color: #F0F357;
}
</style>