Shades of Sweet Corn #F5DB6D
Tints of Sweet Corn #F5DB6D
RGB
CMYK
RGB Variations
Color information
#F5DB6D (or 0xF5DB6D) is known color: Sweet Corn. HEX triplet: F5, DB and 6D. RGB value is (245,219,109). Sum of RGB (Red+Green+Blue) = 245+219+109=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 109 (42.97% from 255 or 19.02% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DB6D is #0A2492. Grayscale: #D6D6D6. Windows color (decimal): -664723 or 7199733. OLE color: 7199733.
HSL color Cylindrical-coordinate representation of color #F5DB6D: hue angle of 48.53º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5DB6D is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 109 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.04 |
| HSL | 48.53º | 0.87% | 0.69% | - |
| HSV(B) | 48.53º | 0.56% | 0.96% | - |
| XYZ | 65.75 | 71.18 | 24.74 | - |
| YUV | 214.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 109 | 0 | 0.11 | 0.56 | 0.04 | 48.53 | 0.87 | 0.69 |
| Hex | F5 | DB | 6D | 0 | B | 38 | 4 | 31 | 57 | 45 |
| Octal | 365 | 333 | 155 | 0 | 13 | 70 | 4 | 61 | 127 | 105 |
| Binary | 11110101 | 11011011 | 1101101 | 0 | 1011 | 111000 | 100 | 110001 | 1010111 | 1000101 |
Color Harmonies of #F5DB6D
Complementary color
Monochromatic Colors of #F5DB6D
Black with #F5DB6D
Text Example
Text Example
White with #F5DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB6D; }
p { color: rgb(245,219,109); }
H1.HeaderClassName
{
color: #F5DB6D;
}
.AnyTagClassName
{
color: #F5DB6D;
}
</style>
background-color css
<style>
a { background-color: #F5DB6D; }
a { background-color: rgb(245,219,109); }
div.DivClassName
{
background-color: #F5DB6D;
}
.BgClassName
{
background-color: #F5DB6D;
}
</style>
border-color css
<style>
span { border-color: #F5DB6D; }
span { border-color: rgb(245,219,109); }
td.TdClassName
{
border-color: #F5DB6D;
}
.TagClassName
{
border-color: #F5DB6D;
}
</style>