Shades of Sweet Corn #F8DF7E
Tints of Sweet Corn #F8DF7E
RGB
CMYK
RGB Variations
Color information
#F8DF7E (or 0xF8DF7E) is known color: Sweet Corn. HEX triplet: F8, DF and 7E. RGB value is (248,223,126). Sum of RGB (Red+Green+Blue) = 248+223+126=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 126 (49.61% from 255 or 21.11% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DF7E is #072081. Grayscale: #DBDBDB. Windows color (decimal): -467074 or 8314872. OLE color: 8314872.
HSL color Cylindrical-coordinate representation of color #F8DF7E: hue angle of 47.7º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8DF7E is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 126 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.03 |
| HSL | 47.7º | 0.9% | 0.73% | - |
| HSV(B) | 47.7º | 0.49% | 0.97% | - |
| XYZ | 68.86 | 74.24 | 30.44 | - |
| YUV | 219.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 126 | 0 | 0.10 | 0.49 | 0.03 | 47.7 | 0.9 | 0.73 |
| Hex | F8 | DF | 7E | 0 | A | 31 | 3 | 30 | 5A | 49 |
| Octal | 370 | 337 | 176 | 0 | 12 | 61 | 3 | 60 | 132 | 111 |
| Binary | 11111000 | 11011111 | 1111110 | 0 | 1010 | 110001 | 11 | 110000 | 1011010 | 1001001 |
Color Harmonies of #F8DF7E
Complementary color
Monochromatic Colors of #F8DF7E
Black with #F8DF7E
Text Example
Text Example
White with #F8DF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF7E; }
p { color: rgb(248,223,126); }
H1.HeaderClassName
{
color: #F8DF7E;
}
.AnyTagClassName
{
color: #F8DF7E;
}
</style>
background-color css
<style>
a { background-color: #F8DF7E; }
a { background-color: rgb(248,223,126); }
div.DivClassName
{
background-color: #F8DF7E;
}
.BgClassName
{
background-color: #F8DF7E;
}
</style>
border-color css
<style>
span { border-color: #F8DF7E; }
span { border-color: rgb(248,223,126); }
td.TdClassName
{
border-color: #F8DF7E;
}
.TagClassName
{
border-color: #F8DF7E;
}
</style>