Shades of Corn #F8F059
Tints of Corn #F8F059
RGB
CMYK
RGB Variations
Color information
#F8F059 (or 0xF8F059) is known color: Corn. HEX triplet: F8, F0 and 59. RGB value is (248,240,89). Sum of RGB (Red+Green+Blue) = 248+240+89=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 89 (35.16% from 255 or 15.42% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F059 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F059 is #070FA6. Grayscale: #E1E1E1. Windows color (decimal): -462759 or 5894392. OLE color: 5894392.
HSL color Cylindrical-coordinate representation of color #F8F059: hue angle of 56.98º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8F059 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 89 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.03 |
| HSL | 56.98º | 0.92% | 0.66% | - |
| HSV(B) | 56.98º | 0.64% | 0.97% | - |
| XYZ | 71.67 | 83 | 21.69 | - |
| YUV | 225.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 89 | 0 | 0.03 | 0.64 | 0.03 | 56.98 | 0.92 | 0.66 |
| Hex | F8 | F0 | 59 | 0 | 3 | 40 | 3 | 39 | 5C | 42 |
| Octal | 370 | 360 | 131 | 0 | 3 | 100 | 3 | 71 | 134 | 102 |
| Binary | 11111000 | 11110000 | 1011001 | 0 | 11 | 1000000 | 11 | 111001 | 1011100 | 1000010 |
Color Harmonies of #F8F059
Complementary color
Monochromatic Colors of #F8F059
Black with #F8F059
Text Example
Text Example
White with #F8F059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F059; }
p { color: rgb(248,240,89); }
H1.HeaderClassName
{
color: #F8F059;
}
.AnyTagClassName
{
color: #F8F059;
}
</style>
background-color css
<style>
a { background-color: #F8F059; }
a { background-color: rgb(248,240,89); }
div.DivClassName
{
background-color: #F8F059;
}
.BgClassName
{
background-color: #F8F059;
}
</style>
border-color css
<style>
span { border-color: #F8F059; }
span { border-color: rgb(248,240,89); }
td.TdClassName
{
border-color: #F8F059;
}
.TagClassName
{
border-color: #F8F059;
}
</style>