Shades of Sweet Corn #F5D86D
Tints of Sweet Corn #F5D86D
RGB
CMYK
RGB Variations
Color information
#F5D86D (or 0xF5D86D) is known color: Sweet Corn. HEX triplet: F5, D8 and 6D. RGB value is (245,216,109). Sum of RGB (Red+Green+Blue) = 245+216+109=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D86D is #0A2792. Grayscale: #D4D4D4. Windows color (decimal): -665491 or 7198965. OLE color: 7198965.
HSL color Cylindrical-coordinate representation of color #F5D86D: hue angle of 47.21º 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 #F5D86D is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 109 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.04 |
| HSL | 47.21º | 0.87% | 0.69% | - |
| HSV(B) | 47.21º | 0.56% | 0.96% | - |
| XYZ | 64.97 | 69.63 | 24.48 | - |
| YUV | 212.47 | 69.61 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 109 | 0 | 0.12 | 0.56 | 0.04 | 47.21 | 0.87 | 0.69 |
| Hex | F5 | D8 | 6D | 0 | C | 38 | 4 | 2F | 57 | 45 |
| Octal | 365 | 330 | 155 | 0 | 14 | 70 | 4 | 57 | 127 | 105 |
| Binary | 11110101 | 11011000 | 1101101 | 0 | 1100 | 111000 | 100 | 101111 | 1010111 | 1000101 |
Color Harmonies of #F5D86D
Complementary color
Monochromatic Colors of #F5D86D
Black with #F5D86D
Text Example
Text Example
White with #F5D86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D86D; }
p { color: rgb(245,216,109); }
H1.HeaderClassName
{
color: #F5D86D;
}
.AnyTagClassName
{
color: #F5D86D;
}
</style>
background-color css
<style>
a { background-color: #F5D86D; }
a { background-color: rgb(245,216,109); }
div.DivClassName
{
background-color: #F5D86D;
}
.BgClassName
{
background-color: #F5D86D;
}
</style>
border-color css
<style>
span { border-color: #F5D86D; }
span { border-color: rgb(245,216,109); }
td.TdClassName
{
border-color: #F5D86D;
}
.TagClassName
{
border-color: #F5D86D;
}
</style>