Shades of Sweet Corn #F5D671
Tints of Sweet Corn #F5D671
RGB
CMYK
RGB Variations
Color information
#F5D671 (or 0xF5D671) is known color: Sweet Corn. HEX triplet: F5, D6 and 71. RGB value is (245,214,113). Sum of RGB (Red+Green+Blue) = 245+214+113=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D671 is #0A298E. Grayscale: #D4D4D4. Windows color (decimal): -665999 or 7460597. OLE color: 7460597.
HSL color Cylindrical-coordinate representation of color #F5D671: hue angle of 45.91º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5D671 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 113 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.04 |
| HSL | 45.91º | 0.87% | 0.7% | - |
| HSV(B) | 45.91º | 0.54% | 0.96% | - |
| XYZ | 64.68 | 68.7 | 25.47 | - |
| YUV | 211.76 | 72.27 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 113 | 0 | 0.13 | 0.54 | 0.04 | 45.91 | 0.87 | 0.7 |
| Hex | F5 | D6 | 71 | 0 | D | 36 | 4 | 2E | 57 | 46 |
| Octal | 365 | 326 | 161 | 0 | 15 | 66 | 4 | 56 | 127 | 106 |
| Binary | 11110101 | 11010110 | 1110001 | 0 | 1101 | 110110 | 100 | 101110 | 1010111 | 1000110 |
Color Harmonies of #F5D671
Complementary color
Monochromatic Colors of #F5D671
Black with #F5D671
Text Example
Text Example
White with #F5D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D671; }
p { color: rgb(245,214,113); }
H1.HeaderClassName
{
color: #F5D671;
}
.AnyTagClassName
{
color: #F5D671;
}
</style>
background-color css
<style>
a { background-color: #F5D671; }
a { background-color: rgb(245,214,113); }
div.DivClassName
{
background-color: #F5D671;
}
.BgClassName
{
background-color: #F5D671;
}
</style>
border-color css
<style>
span { border-color: #F5D671; }
span { border-color: rgb(245,214,113); }
td.TdClassName
{
border-color: #F5D671;
}
.TagClassName
{
border-color: #F5D671;
}
</style>