Shades of Corn #F8F063
Tints of Corn #F8F063
RGB
CMYK
RGB Variations
Color information
#F8F063 (or 0xF8F063) is known color: Corn. HEX triplet: F8, F0 and 63. RGB value is (248,240,99). Sum of RGB (Red+Green+Blue) = 248+240+99=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 99 (39.06% from 255 or 16.87% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F063 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F063 is #070F9C. Grayscale: #E2E2E2. Windows color (decimal): -462749 or 6549752. OLE color: 6549752.
HSL color Cylindrical-coordinate representation of color #F8F063: hue angle of 56.78º 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 #F8F063 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 99 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.03 |
| HSL | 56.78º | 0.91% | 0.68% | - |
| HSV(B) | 56.78º | 0.6% | 0.97% | - |
| XYZ | 72.12 | 83.18 | 24.06 | - |
| YUV | 226.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 99 | 0 | 0.03 | 0.60 | 0.03 | 56.78 | 0.91 | 0.68 |
| Hex | F8 | F0 | 63 | 0 | 3 | 3C | 3 | 39 | 5B | 44 |
| Octal | 370 | 360 | 143 | 0 | 3 | 74 | 3 | 71 | 133 | 104 |
| Binary | 11111000 | 11110000 | 1100011 | 0 | 11 | 111100 | 11 | 111001 | 1011011 | 1000100 |
Color Harmonies of #F8F063
Complementary color
Monochromatic Colors of #F8F063
Black with #F8F063
Text Example
Text Example
White with #F8F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F063; }
p { color: rgb(248,240,99); }
H1.HeaderClassName
{
color: #F8F063;
}
.AnyTagClassName
{
color: #F8F063;
}
</style>
background-color css
<style>
a { background-color: #F8F063; }
a { background-color: rgb(248,240,99); }
div.DivClassName
{
background-color: #F8F063;
}
.BgClassName
{
background-color: #F8F063;
}
</style>
border-color css
<style>
span { border-color: #F8F063; }
span { border-color: rgb(248,240,99); }
td.TdClassName
{
border-color: #F8F063;
}
.TagClassName
{
border-color: #F8F063;
}
</style>