Shades of Corn #F8F15C
Tints of Corn #F8F15C
RGB
CMYK
RGB Variations
Color information
#F8F15C (or 0xF8F15C) is known color: Corn. HEX triplet: F8, F1 and 5C. RGB value is (248,241,92). Sum of RGB (Red+Green+Blue) = 248+241+92=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 92 (36.33% from 255 or 15.83% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F15C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F15C is #070EA3. Grayscale: #E2E2E2. Windows color (decimal): -462500 or 6091256. OLE color: 6091256.
HSL color Cylindrical-coordinate representation of color #F8F15C: hue angle of 57.31º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8F15C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 92 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.03 |
| HSL | 57.31º | 0.92% | 0.67% | - |
| HSV(B) | 57.31º | 0.63% | 0.97% | - |
| XYZ | 72.1 | 83.64 | 22.47 | - |
| YUV | 226.11 | 52.32 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 92 | 0 | 0.03 | 0.63 | 0.03 | 57.31 | 0.92 | 0.67 |
| Hex | F8 | F1 | 5C | 0 | 3 | 3F | 3 | 39 | 5C | 43 |
| Octal | 370 | 361 | 134 | 0 | 3 | 77 | 3 | 71 | 134 | 103 |
| Binary | 11111000 | 11110001 | 1011100 | 0 | 11 | 111111 | 11 | 111001 | 1011100 | 1000011 |
Color Harmonies of #F8F15C
Complementary color
Monochromatic Colors of #F8F15C
Black with #F8F15C
Text Example
Text Example
White with #F8F15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F15C; }
p { color: rgb(248,241,92); }
H1.HeaderClassName
{
color: #F8F15C;
}
.AnyTagClassName
{
color: #F8F15C;
}
</style>
background-color css
<style>
a { background-color: #F8F15C; }
a { background-color: rgb(248,241,92); }
div.DivClassName
{
background-color: #F8F15C;
}
.BgClassName
{
background-color: #F8F15C;
}
</style>
border-color css
<style>
span { border-color: #F8F15C; }
span { border-color: rgb(248,241,92); }
td.TdClassName
{
border-color: #F8F15C;
}
.TagClassName
{
border-color: #F8F15C;
}
</style>