Shades of Sweet Corn #F5DC6D
Tints of Sweet Corn #F5DC6D
RGB
CMYK
RGB Variations
Color information
#F5DC6D (or 0xF5DC6D) is known color: Sweet Corn. HEX triplet: F5, DC and 6D. RGB value is (245,220,109). Sum of RGB (Red+Green+Blue) = 245+220+109=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 109 (42.97% from 255 or 18.99% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DC6D is #0A2392. Grayscale: #D7D7D7. Windows color (decimal): -664467 or 7199989. OLE color: 7199989.
HSL color Cylindrical-coordinate representation of color #F5DC6D: hue angle of 48.97º 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 #F5DC6D is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 109 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.04 |
| HSL | 48.97º | 0.87% | 0.69% | - |
| HSV(B) | 48.97º | 0.56% | 0.96% | - |
| XYZ | 66.01 | 71.7 | 24.83 | - |
| YUV | 214.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 109 | 0 | 0.10 | 0.56 | 0.04 | 48.97 | 0.87 | 0.69 |
| Hex | F5 | DC | 6D | 0 | A | 38 | 4 | 31 | 57 | 45 |
| Octal | 365 | 334 | 155 | 0 | 12 | 70 | 4 | 61 | 127 | 105 |
| Binary | 11110101 | 11011100 | 1101101 | 0 | 1010 | 111000 | 100 | 110001 | 1010111 | 1000101 |
Color Harmonies of #F5DC6D
Complementary color
Monochromatic Colors of #F5DC6D
Black with #F5DC6D
Text Example
Text Example
White with #F5DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC6D; }
p { color: rgb(245,220,109); }
H1.HeaderClassName
{
color: #F5DC6D;
}
.AnyTagClassName
{
color: #F5DC6D;
}
</style>
background-color css
<style>
a { background-color: #F5DC6D; }
a { background-color: rgb(245,220,109); }
div.DivClassName
{
background-color: #F5DC6D;
}
.BgClassName
{
background-color: #F5DC6D;
}
</style>
border-color css
<style>
span { border-color: #F5DC6D; }
span { border-color: rgb(245,220,109); }
td.TdClassName
{
border-color: #F5DC6D;
}
.TagClassName
{
border-color: #F5DC6D;
}
</style>