Shades of Corn #F8F05A
Tints of Corn #F8F05A
RGB
CMYK
RGB Variations
Color information
#F8F05A (or 0xF8F05A) is known color: Corn. HEX triplet: F8, F0 and 5A. RGB value is (248,240,90). Sum of RGB (Red+Green+Blue) = 248+240+90=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 90 (35.55% from 255 or 15.57% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F05A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F05A is #070FA5. Grayscale: #E1E1E1. Windows color (decimal): -462758 or 5959928. OLE color: 5959928.
HSL color Cylindrical-coordinate representation of color #F8F05A: hue angle of 56.96º 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 #F8F05A is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 90 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.03 |
| HSL | 56.96º | 0.92% | 0.66% | - |
| HSV(B) | 56.96º | 0.64% | 0.97% | - |
| XYZ | 71.72 | 83.01 | 21.92 | - |
| YUV | 225.29 | 51.65 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 90 | 0 | 0.03 | 0.64 | 0.03 | 56.96 | 0.92 | 0.66 |
| Hex | F8 | F0 | 5A | 0 | 3 | 40 | 3 | 39 | 5C | 42 |
| Octal | 370 | 360 | 132 | 0 | 3 | 100 | 3 | 71 | 134 | 102 |
| Binary | 11111000 | 11110000 | 1011010 | 0 | 11 | 1000000 | 11 | 111001 | 1011100 | 1000010 |
Color Harmonies of #F8F05A
Complementary color
Monochromatic Colors of #F8F05A
Black with #F8F05A
Text Example
Text Example
White with #F8F05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F05A; }
p { color: rgb(248,240,90); }
H1.HeaderClassName
{
color: #F8F05A;
}
.AnyTagClassName
{
color: #F8F05A;
}
</style>
background-color css
<style>
a { background-color: #F8F05A; }
a { background-color: rgb(248,240,90); }
div.DivClassName
{
background-color: #F8F05A;
}
.BgClassName
{
background-color: #F8F05A;
}
</style>
border-color css
<style>
span { border-color: #F8F05A; }
span { border-color: rgb(248,240,90); }
td.TdClassName
{
border-color: #F8F05A;
}
.TagClassName
{
border-color: #F8F05A;
}
</style>