Shades of Sweet Corn #F8DF7B
Tints of Sweet Corn #F8DF7B
RGB
CMYK
RGB Variations
Color information
#F8DF7B (or 0xF8DF7B) is known color: Sweet Corn. HEX triplet: F8, DF and 7B. RGB value is (248,223,123). Sum of RGB (Red+Green+Blue) = 248+223+123=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 123 (48.44% from 255 or 20.71% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DF7B is #072084. Grayscale: #DBDBDB. Windows color (decimal): -467077 or 8118264. OLE color: 8118264.
HSL color Cylindrical-coordinate representation of color #F8DF7B: hue angle of 48º 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 #F8DF7B is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 123 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.03 |
| HSL | 48º | 0.9% | 0.73% | - |
| HSV(B) | 48º | 0.5% | 0.97% | - |
| XYZ | 68.67 | 74.16 | 29.43 | - |
| YUV | 219.08 | 73.78 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 123 | 0 | 0.10 | 0.50 | 0.03 | 48 | 0.9 | 0.73 |
| Hex | F8 | DF | 7B | 0 | A | 32 | 3 | 30 | 5A | 49 |
| Octal | 370 | 337 | 173 | 0 | 12 | 62 | 3 | 60 | 132 | 111 |
| Binary | 11111000 | 11011111 | 1111011 | 0 | 1010 | 110010 | 11 | 110000 | 1011010 | 1001001 |
Color Harmonies of #F8DF7B
Complementary color
Monochromatic Colors of #F8DF7B
Black with #F8DF7B
Text Example
Text Example
White with #F8DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF7B; }
p { color: rgb(248,223,123); }
H1.HeaderClassName
{
color: #F8DF7B;
}
.AnyTagClassName
{
color: #F8DF7B;
}
</style>
background-color css
<style>
a { background-color: #F8DF7B; }
a { background-color: rgb(248,223,123); }
div.DivClassName
{
background-color: #F8DF7B;
}
.BgClassName
{
background-color: #F8DF7B;
}
</style>
border-color css
<style>
span { border-color: #F8DF7B; }
span { border-color: rgb(248,223,123); }
td.TdClassName
{
border-color: #F8DF7B;
}
.TagClassName
{
border-color: #F8DF7B;
}
</style>