Shades of Sweet Corn #F5DB7A
Tints of Sweet Corn #F5DB7A
RGB
CMYK
RGB Variations
Color information
#F5DB7A (or 0xF5DB7A) is known color: Sweet Corn. HEX triplet: F5, DB and 7A. RGB value is (245,219,122). Sum of RGB (Red+Green+Blue) = 245+219+122=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 122 (48.05% from 255 or 20.82% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DB7A is #0A2485. Grayscale: #D8D8D8. Windows color (decimal): -664710 or 8051701. OLE color: 8051701.
HSL color Cylindrical-coordinate representation of color #F5DB7A: hue angle of 47.32º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5DB7A is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 122 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.04 |
| HSL | 47.32º | 0.86% | 0.72% | - |
| HSV(B) | 47.32º | 0.5% | 0.96% | - |
| XYZ | 66.5 | 71.48 | 28.7 | - |
| YUV | 215.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 122 | 0 | 0.11 | 0.50 | 0.04 | 47.32 | 0.86 | 0.72 |
| Hex | F5 | DB | 7A | 0 | B | 32 | 4 | 2F | 56 | 48 |
| Octal | 365 | 333 | 172 | 0 | 13 | 62 | 4 | 57 | 126 | 110 |
| Binary | 11110101 | 11011011 | 1111010 | 0 | 1011 | 110010 | 100 | 101111 | 1010110 | 1001000 |
Color Harmonies of #F5DB7A
Complementary color
Monochromatic Colors of #F5DB7A
Black with #F5DB7A
Text Example
Text Example
White with #F5DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB7A; }
p { color: rgb(245,219,122); }
H1.HeaderClassName
{
color: #F5DB7A;
}
.AnyTagClassName
{
color: #F5DB7A;
}
</style>
background-color css
<style>
a { background-color: #F5DB7A; }
a { background-color: rgb(245,219,122); }
div.DivClassName
{
background-color: #F5DB7A;
}
.BgClassName
{
background-color: #F5DB7A;
}
</style>
border-color css
<style>
span { border-color: #F5DB7A; }
span { border-color: rgb(245,219,122); }
td.TdClassName
{
border-color: #F5DB7A;
}
.TagClassName
{
border-color: #F5DB7A;
}
</style>