Shades of Sweet Corn #F8DC6B
Tints of Sweet Corn #F8DC6B
RGB
CMYK
RGB Variations
Color information
#F8DC6B (or 0xF8DC6B) is known color: Sweet Corn. HEX triplet: F8, DC and 6B. RGB value is (248,220,107). Sum of RGB (Red+Green+Blue) = 248+220+107=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 107 (42.19% from 255 or 18.61% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC6B is #072394. Grayscale: #D7D7D7. Windows color (decimal): -467861 or 7068920. OLE color: 7068920.
HSL color Cylindrical-coordinate representation of color #F8DC6B: hue angle of 48.09º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8DC6B is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 107 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.03 |
| HSL | 48.09º | 0.91% | 0.7% | - |
| HSV(B) | 48.09º | 0.57% | 0.97% | - |
| XYZ | 66.96 | 72.2 | 24.32 | - |
| YUV | 215.49 | 66.78 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 107 | 0 | 0.11 | 0.57 | 0.03 | 48.09 | 0.91 | 0.7 |
| Hex | F8 | DC | 6B | 0 | B | 39 | 3 | 30 | 5B | 46 |
| Octal | 370 | 334 | 153 | 0 | 13 | 71 | 3 | 60 | 133 | 106 |
| Binary | 11111000 | 11011100 | 1101011 | 0 | 1011 | 111001 | 11 | 110000 | 1011011 | 1000110 |
Color Harmonies of #F8DC6B
Complementary color
Monochromatic Colors of #F8DC6B
Black with #F8DC6B
Text Example
Text Example
White with #F8DC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC6B; }
p { color: rgb(248,220,107); }
H1.HeaderClassName
{
color: #F8DC6B;
}
.AnyTagClassName
{
color: #F8DC6B;
}
</style>
background-color css
<style>
a { background-color: #F8DC6B; }
a { background-color: rgb(248,220,107); }
div.DivClassName
{
background-color: #F8DC6B;
}
.BgClassName
{
background-color: #F8DC6B;
}
</style>
border-color css
<style>
span { border-color: #F8DC6B; }
span { border-color: rgb(248,220,107); }
td.TdClassName
{
border-color: #F8DC6B;
}
.TagClassName
{
border-color: #F8DC6B;
}
</style>