Shades of Sweet Corn #F8DD7B
Tints of Sweet Corn #F8DD7B
RGB
CMYK
RGB Variations
Color information
#F8DD7B (or 0xF8DD7B) is known color: Sweet Corn. HEX triplet: F8, DD and 7B. RGB value is (248,221,123). Sum of RGB (Red+Green+Blue) = 248+221+123=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 123 (48.44% from 255 or 20.78% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DD7B is #072284. Grayscale: #DADADA. Windows color (decimal): -467589 or 8117752. OLE color: 8117752.
HSL color Cylindrical-coordinate representation of color #F8DD7B: hue angle of 47.04º 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 #F8DD7B is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 123 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.03 |
| HSL | 47.04º | 0.9% | 0.73% | - |
| HSV(B) | 47.04º | 0.5% | 0.97% | - |
| XYZ | 68.14 | 73.1 | 29.26 | - |
| YUV | 217.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 123 | 0 | 0.11 | 0.50 | 0.03 | 47.04 | 0.9 | 0.73 |
| Hex | F8 | DD | 7B | 0 | B | 32 | 3 | 2F | 5A | 49 |
| Octal | 370 | 335 | 173 | 0 | 13 | 62 | 3 | 57 | 132 | 111 |
| Binary | 11111000 | 11011101 | 1111011 | 0 | 1011 | 110010 | 11 | 101111 | 1011010 | 1001001 |
Color Harmonies of #F8DD7B
Complementary color
Monochromatic Colors of #F8DD7B
Black with #F8DD7B
Text Example
Text Example
White with #F8DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DD7B; }
p { color: rgb(248,221,123); }
H1.HeaderClassName
{
color: #F8DD7B;
}
.AnyTagClassName
{
color: #F8DD7B;
}
</style>
background-color css
<style>
a { background-color: #F8DD7B; }
a { background-color: rgb(248,221,123); }
div.DivClassName
{
background-color: #F8DD7B;
}
.BgClassName
{
background-color: #F8DD7B;
}
</style>
border-color css
<style>
span { border-color: #F8DD7B; }
span { border-color: rgb(248,221,123); }
td.TdClassName
{
border-color: #F8DD7B;
}
.TagClassName
{
border-color: #F8DD7B;
}
</style>