Shades of Sweet Corn #F5DB6B
Tints of Sweet Corn #F5DB6B
RGB
CMYK
RGB Variations
Color information
#F5DB6B (or 0xF5DB6B) is known color: Sweet Corn. HEX triplet: F5, DB and 6B. RGB value is (245,219,107). Sum of RGB (Red+Green+Blue) = 245+219+107=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DB6B is #0A2494. Grayscale: #D6D6D6. Windows color (decimal): -664725 or 7068661. OLE color: 7068661.
HSL color Cylindrical-coordinate representation of color #F5DB6B: hue angle of 48.7º 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 #F5DB6B is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 107 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.04 |
| HSL | 48.7º | 0.87% | 0.69% | - |
| HSV(B) | 48.7º | 0.56% | 0.96% | - |
| XYZ | 65.64 | 71.14 | 24.18 | - |
| YUV | 214.01 | 67.61 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 107 | 0 | 0.11 | 0.56 | 0.04 | 48.7 | 0.87 | 0.69 |
| Hex | F5 | DB | 6B | 0 | B | 38 | 4 | 31 | 57 | 45 |
| Octal | 365 | 333 | 153 | 0 | 13 | 70 | 4 | 61 | 127 | 105 |
| Binary | 11110101 | 11011011 | 1101011 | 0 | 1011 | 111000 | 100 | 110001 | 1010111 | 1000101 |
Color Harmonies of #F5DB6B
Complementary color
Monochromatic Colors of #F5DB6B
Black with #F5DB6B
Text Example
Text Example
White with #F5DB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB6B; }
p { color: rgb(245,219,107); }
H1.HeaderClassName
{
color: #F5DB6B;
}
.AnyTagClassName
{
color: #F5DB6B;
}
</style>
background-color css
<style>
a { background-color: #F5DB6B; }
a { background-color: rgb(245,219,107); }
div.DivClassName
{
background-color: #F5DB6B;
}
.BgClassName
{
background-color: #F5DB6B;
}
</style>
border-color css
<style>
span { border-color: #F5DB6B; }
span { border-color: rgb(245,219,107); }
td.TdClassName
{
border-color: #F5DB6B;
}
.TagClassName
{
border-color: #F5DB6B;
}
</style>