Shades of Sweet Corn #F8DC7A
Tints of Sweet Corn #F8DC7A
RGB
CMYK
RGB Variations
Color information
#F8DC7A (or 0xF8DC7A) is known color: Sweet Corn. HEX triplet: F8, DC and 7A. RGB value is (248,220,122). Sum of RGB (Red+Green+Blue) = 248+220+122=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC7A is #072385. Grayscale: #D9D9D9. Windows color (decimal): -467846 or 8051960. OLE color: 8051960.
HSL color Cylindrical-coordinate representation of color #F8DC7A: hue angle of 46.67º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8DC7A is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 122 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.03 |
| HSL | 46.67º | 0.9% | 0.73% | - |
| HSV(B) | 46.67º | 0.51% | 0.97% | - |
| XYZ | 67.82 | 72.55 | 28.84 | - |
| YUV | 217.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 122 | 0 | 0.11 | 0.51 | 0.03 | 46.67 | 0.9 | 0.73 |
| Hex | F8 | DC | 7A | 0 | B | 33 | 3 | 2F | 5A | 49 |
| Octal | 370 | 334 | 172 | 0 | 13 | 63 | 3 | 57 | 132 | 111 |
| Binary | 11111000 | 11011100 | 1111010 | 0 | 1011 | 110011 | 11 | 101111 | 1011010 | 1001001 |
Color Harmonies of #F8DC7A
Complementary color
Monochromatic Colors of #F8DC7A
Black with #F8DC7A
Text Example
Text Example
White with #F8DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC7A; }
p { color: rgb(248,220,122); }
H1.HeaderClassName
{
color: #F8DC7A;
}
.AnyTagClassName
{
color: #F8DC7A;
}
</style>
background-color css
<style>
a { background-color: #F8DC7A; }
a { background-color: rgb(248,220,122); }
div.DivClassName
{
background-color: #F8DC7A;
}
.BgClassName
{
background-color: #F8DC7A;
}
</style>
border-color css
<style>
span { border-color: #F8DC7A; }
span { border-color: rgb(248,220,122); }
td.TdClassName
{
border-color: #F8DC7A;
}
.TagClassName
{
border-color: #F8DC7A;
}
</style>