Shades of Sweet Corn #F8DF7D
Tints of Sweet Corn #F8DF7D
RGB
CMYK
RGB Variations
Color information
#F8DF7D (or 0xF8DF7D) is known color: Sweet Corn. HEX triplet: F8, DF and 7D. RGB value is (248,223,125). Sum of RGB (Red+Green+Blue) = 248+223+125=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DF7D is #072082. Grayscale: #DBDBDB. Windows color (decimal): -467075 or 8249336. OLE color: 8249336.
HSL color Cylindrical-coordinate representation of color #F8DF7D: hue angle of 47.8º 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 #F8DF7D is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 125 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.03 |
| HSL | 47.8º | 0.9% | 0.73% | - |
| HSV(B) | 47.8º | 0.5% | 0.97% | - |
| XYZ | 68.8 | 74.21 | 30.1 | - |
| YUV | 219.3 | 74.78 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 125 | 0 | 0.10 | 0.50 | 0.03 | 47.8 | 0.9 | 0.73 |
| Hex | F8 | DF | 7D | 0 | A | 32 | 3 | 30 | 5A | 49 |
| Octal | 370 | 337 | 175 | 0 | 12 | 62 | 3 | 60 | 132 | 111 |
| Binary | 11111000 | 11011111 | 1111101 | 0 | 1010 | 110010 | 11 | 110000 | 1011010 | 1001001 |
Color Harmonies of #F8DF7D
Complementary color
Monochromatic Colors of #F8DF7D
Black with #F8DF7D
Text Example
Text Example
White with #F8DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF7D; }
p { color: rgb(248,223,125); }
H1.HeaderClassName
{
color: #F8DF7D;
}
.AnyTagClassName
{
color: #F8DF7D;
}
</style>
background-color css
<style>
a { background-color: #F8DF7D; }
a { background-color: rgb(248,223,125); }
div.DivClassName
{
background-color: #F8DF7D;
}
.BgClassName
{
background-color: #F8DF7D;
}
</style>
border-color css
<style>
span { border-color: #F8DF7D; }
span { border-color: rgb(248,223,125); }
td.TdClassName
{
border-color: #F8DF7D;
}
.TagClassName
{
border-color: #F8DF7D;
}
</style>