Shades of Corn #F8F261
Tints of Corn #F8F261
RGB
CMYK
RGB Variations
Color information
#F8F261 (or 0xF8F261) is known color: Corn. HEX triplet: F8, F2 and 61. RGB value is (248,242,97). Sum of RGB (Red+Green+Blue) = 248+242+97=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 97 (38.28% from 255 or 16.52% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F261 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F261 is #070D9E. Grayscale: #E3E3E3. Windows color (decimal): -462239 or 6419192. OLE color: 6419192.
HSL color Cylindrical-coordinate representation of color #F8F261: hue angle of 57.62º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8F261 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 97 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.03 |
| HSL | 57.62º | 0.92% | 0.68% | - |
| HSV(B) | 57.62º | 0.61% | 0.97% | - |
| XYZ | 72.62 | 84.32 | 23.76 | - |
| YUV | 227.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 97 | 0 | 0.02 | 0.61 | 0.03 | 57.62 | 0.92 | 0.68 |
| Hex | F8 | F2 | 61 | 0 | 2 | 3D | 3 | 3A | 5C | 44 |
| Octal | 370 | 362 | 141 | 0 | 2 | 75 | 3 | 72 | 134 | 104 |
| Binary | 11111000 | 11110010 | 1100001 | 0 | 10 | 111101 | 11 | 111010 | 1011100 | 1000100 |
Color Harmonies of #F8F261
Complementary color
Monochromatic Colors of #F8F261
Black with #F8F261
Text Example
Text Example
White with #F8F261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F261; }
p { color: rgb(248,242,97); }
H1.HeaderClassName
{
color: #F8F261;
}
.AnyTagClassName
{
color: #F8F261;
}
</style>
background-color css
<style>
a { background-color: #F8F261; }
a { background-color: rgb(248,242,97); }
div.DivClassName
{
background-color: #F8F261;
}
.BgClassName
{
background-color: #F8F261;
}
</style>
border-color css
<style>
span { border-color: #F8F261; }
span { border-color: rgb(248,242,97); }
td.TdClassName
{
border-color: #F8F261;
}
.TagClassName
{
border-color: #F8F261;
}
</style>