Shades of Corn #F5F856
Tints of Corn #F5F856
RGB
CMYK
RGB Variations
Color information
#F5F856 (or 0xF5F856) is known color: Corn. HEX triplet: F5, F8 and 56. RGB value is (245,248,86). Sum of RGB (Red+Green+Blue) = 245+248+86=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 86 (33.98% from 255 or 14.85% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F856 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F856 is #0A07A9. Grayscale: #E5E5E5. Windows color (decimal): -657322 or 5699829. OLE color: 5699829.
HSL color Cylindrical-coordinate representation of color #F5F856: hue angle of 61.11º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5F856 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 248 | 86 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.03 |
| HSL | 61.11º | 0.92% | 0.65% | - |
| HSV(B) | 61.11º | 0.65% | 0.97% | - |
| XYZ | 72.9 | 87.22 | 21.8 | - |
| YUV | 228.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 248 | 86 | 0.01 | 0 | 0.65 | 0.03 | 61.11 | 0.92 | 0.65 |
| Hex | F5 | F8 | 56 | 1 | 0 | 41 | 3 | 3D | 5C | 41 |
| Octal | 365 | 370 | 126 | 1 | 0 | 101 | 3 | 75 | 134 | 101 |
| Binary | 11110101 | 11111000 | 1010110 | 1 | 0 | 1000001 | 11 | 111101 | 1011100 | 1000001 |
Color Harmonies of #F5F856
Complementary color
Monochromatic Colors of #F5F856
Black with #F5F856
Text Example
Text Example
White with #F5F856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F856; }
p { color: rgb(245,248,86); }
H1.HeaderClassName
{
color: #F5F856;
}
.AnyTagClassName
{
color: #F5F856;
}
</style>
background-color css
<style>
a { background-color: #F5F856; }
a { background-color: rgb(245,248,86); }
div.DivClassName
{
background-color: #F5F856;
}
.BgClassName
{
background-color: #F5F856;
}
</style>
border-color css
<style>
span { border-color: #F5F856; }
span { border-color: rgb(245,248,86); }
td.TdClassName
{
border-color: #F5F856;
}
.TagClassName
{
border-color: #F5F856;
}
</style>