Shades of Sweet Corn #F8DF7C
Tints of Sweet Corn #F8DF7C
RGB
CMYK
RGB Variations
Color information
#F8DF7C (or 0xF8DF7C) is known color: Sweet Corn. HEX triplet: F8, DF and 7C. RGB value is (248,223,124). Sum of RGB (Red+Green+Blue) = 248+223+124=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DF7C is #072083. Grayscale: #DBDBDB. Windows color (decimal): -467076 or 8183800. OLE color: 8183800.
HSL color Cylindrical-coordinate representation of color #F8DF7C: hue angle of 47.9º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8DF7C is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 124 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.03 |
| HSL | 47.9º | 0.9% | 0.73% | - |
| HSV(B) | 47.9º | 0.5% | 0.97% | - |
| XYZ | 68.74 | 74.19 | 29.77 | - |
| YUV | 219.19 | 74.28 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 124 | 0 | 0.10 | 0.5 | 0.03 | 47.9 | 0.9 | 0.73 |
| Hex | F8 | DF | 7C | 0 | A | 32 | 3 | 30 | 5A | 49 |
| Octal | 370 | 337 | 174 | 0 | 12 | 62 | 3 | 60 | 132 | 111 |
| Binary | 11111000 | 11011111 | 1111100 | 0 | 1010 | 110010 | 11 | 110000 | 1011010 | 1001001 |
Color Harmonies of #F8DF7C
Complementary color
Monochromatic Colors of #F8DF7C
Black with #F8DF7C
Text Example
Text Example
White with #F8DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF7C; }
p { color: rgb(248,223,124); }
H1.HeaderClassName
{
color: #F8DF7C;
}
.AnyTagClassName
{
color: #F8DF7C;
}
</style>
background-color css
<style>
a { background-color: #F8DF7C; }
a { background-color: rgb(248,223,124); }
div.DivClassName
{
background-color: #F8DF7C;
}
.BgClassName
{
background-color: #F8DF7C;
}
</style>
border-color css
<style>
span { border-color: #F8DF7C; }
span { border-color: rgb(248,223,124); }
td.TdClassName
{
border-color: #F8DF7C;
}
.TagClassName
{
border-color: #F8DF7C;
}
</style>