Shades of Corn #F8F562
Tints of Corn #F8F562
RGB
CMYK
RGB Variations
Color information
#F8F562 (or 0xF8F562) is known color: Corn. HEX triplet: F8, F5 and 62. RGB value is (248,245,98). Sum of RGB (Red+Green+Blue) = 248+245+98=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 98 (38.67% from 255 or 16.58% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F562 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F562 is #070A9D. Grayscale: #E5E5E5. Windows color (decimal): -461470 or 6485496. OLE color: 6485496.
HSL color Cylindrical-coordinate representation of color #F8F562: hue angle of 58.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8F562 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 98 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.03 |
| HSL | 58.8º | 0.91% | 0.68% | - |
| HSV(B) | 58.8º | 0.6% | 0.97% | - |
| XYZ | 73.57 | 86.14 | 24.31 | - |
| YUV | 229.14 | 53.99 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 98 | 0 | 0.01 | 0.60 | 0.03 | 58.8 | 0.91 | 0.68 |
| Hex | F8 | F5 | 62 | 0 | 1 | 3C | 3 | 3B | 5B | 44 |
| Octal | 370 | 365 | 142 | 0 | 1 | 74 | 3 | 73 | 133 | 104 |
| Binary | 11111000 | 11110101 | 1100010 | 0 | 1 | 111100 | 11 | 111011 | 1011011 | 1000100 |
Color Harmonies of #F8F562
Complementary color
Monochromatic Colors of #F8F562
Black with #F8F562
Text Example
Text Example
White with #F8F562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F562; }
p { color: rgb(248,245,98); }
H1.HeaderClassName
{
color: #F8F562;
}
.AnyTagClassName
{
color: #F8F562;
}
</style>
background-color css
<style>
a { background-color: #F8F562; }
a { background-color: rgb(248,245,98); }
div.DivClassName
{
background-color: #F8F562;
}
.BgClassName
{
background-color: #F8F562;
}
</style>
border-color css
<style>
span { border-color: #F8F562; }
span { border-color: rgb(248,245,98); }
td.TdClassName
{
border-color: #F8F562;
}
.TagClassName
{
border-color: #F8F562;
}
</style>