Shades of Sweet Corn #F5DB76
Tints of Sweet Corn #F5DB76
RGB
CMYK
RGB Variations
Color information
#F5DB76 (or 0xF5DB76) is known color: Sweet Corn. HEX triplet: F5, DB and 76. RGB value is (245,219,118). Sum of RGB (Red+Green+Blue) = 245+219+118=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DB76 is #0A2489. Grayscale: #D7D7D7. Windows color (decimal): -664714 or 7789557. OLE color: 7789557.
HSL color Cylindrical-coordinate representation of color #F5DB76: hue angle of 47.72º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5DB76 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 118 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.04 |
| HSL | 47.72º | 0.86% | 0.71% | - |
| HSV(B) | 47.72º | 0.52% | 0.96% | - |
| XYZ | 66.26 | 71.38 | 27.43 | - |
| YUV | 215.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 118 | 0 | 0.11 | 0.52 | 0.04 | 47.72 | 0.86 | 0.71 |
| Hex | F5 | DB | 76 | 0 | B | 34 | 4 | 30 | 56 | 47 |
| Octal | 365 | 333 | 166 | 0 | 13 | 64 | 4 | 60 | 126 | 107 |
| Binary | 11110101 | 11011011 | 1110110 | 0 | 1011 | 110100 | 100 | 110000 | 1010110 | 1000111 |
Color Harmonies of #F5DB76
Complementary color
Monochromatic Colors of #F5DB76
Black with #F5DB76
Text Example
Text Example
White with #F5DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB76; }
p { color: rgb(245,219,118); }
H1.HeaderClassName
{
color: #F5DB76;
}
.AnyTagClassName
{
color: #F5DB76;
}
</style>
background-color css
<style>
a { background-color: #F5DB76; }
a { background-color: rgb(245,219,118); }
div.DivClassName
{
background-color: #F5DB76;
}
.BgClassName
{
background-color: #F5DB76;
}
</style>
border-color css
<style>
span { border-color: #F5DB76; }
span { border-color: rgb(245,219,118); }
td.TdClassName
{
border-color: #F5DB76;
}
.TagClassName
{
border-color: #F5DB76;
}
</style>