Shades of Sweet Corn #F5D975
Tints of Sweet Corn #F5D975
RGB
CMYK
RGB Variations
Color information
#F5D975 (or 0xF5D975) is known color: Sweet Corn. HEX triplet: F5, D9 and 75. RGB value is (245,217,117). Sum of RGB (Red+Green+Blue) = 245+217+117=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D975 is #0A268A. Grayscale: #D6D6D6. Windows color (decimal): -665227 or 7723509. OLE color: 7723509.
HSL color Cylindrical-coordinate representation of color #F5D975: hue angle of 46.88º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5D975 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 117 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.04 |
| HSL | 46.88º | 0.86% | 0.71% | - |
| HSV(B) | 46.88º | 0.52% | 0.96% | - |
| XYZ | 65.68 | 70.32 | 26.94 | - |
| YUV | 213.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 117 | 0 | 0.11 | 0.52 | 0.04 | 46.88 | 0.86 | 0.71 |
| Hex | F5 | D9 | 75 | 0 | B | 34 | 4 | 2F | 56 | 47 |
| Octal | 365 | 331 | 165 | 0 | 13 | 64 | 4 | 57 | 126 | 107 |
| Binary | 11110101 | 11011001 | 1110101 | 0 | 1011 | 110100 | 100 | 101111 | 1010110 | 1000111 |
Color Harmonies of #F5D975
Complementary color
Monochromatic Colors of #F5D975
Black with #F5D975
Text Example
Text Example
White with #F5D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D975; }
p { color: rgb(245,217,117); }
H1.HeaderClassName
{
color: #F5D975;
}
.AnyTagClassName
{
color: #F5D975;
}
</style>
background-color css
<style>
a { background-color: #F5D975; }
a { background-color: rgb(245,217,117); }
div.DivClassName
{
background-color: #F5D975;
}
.BgClassName
{
background-color: #F5D975;
}
</style>
border-color css
<style>
span { border-color: #F5D975; }
span { border-color: rgb(245,217,117); }
td.TdClassName
{
border-color: #F5D975;
}
.TagClassName
{
border-color: #F5D975;
}
</style>