Shades of Sweet Corn #F9D971
Tints of Sweet Corn #F9D971
RGB
CMYK
RGB Variations
Color information
#F9D971 (or 0xF9D971) is known color: Sweet Corn. HEX triplet: F9, D9 and 71. RGB value is (249,217,113). Sum of RGB (Red+Green+Blue) = 249+217+113=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 113 (44.53% from 255 or 19.52% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D971 is #06268E. Grayscale: #D7D7D7. Windows color (decimal): -403087 or 7461369. OLE color: 7461369.
HSL color Cylindrical-coordinate representation of color #F9D971: hue angle of 45.88º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9D971 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 113 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.02 |
| HSL | 45.88º | 0.92% | 0.71% | - |
| HSV(B) | 45.88º | 0.55% | 0.98% | - |
| XYZ | 66.86 | 70.96 | 25.8 | - |
| YUV | 214.71 | 70.6 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 113 | 0 | 0.13 | 0.55 | 0.02 | 45.88 | 0.92 | 0.71 |
| Hex | F9 | D9 | 71 | 0 | D | 37 | 2 | 2E | 5C | 47 |
| Octal | 371 | 331 | 161 | 0 | 15 | 67 | 2 | 56 | 134 | 107 |
| Binary | 11111001 | 11011001 | 1110001 | 0 | 1101 | 110111 | 10 | 101110 | 1011100 | 1000111 |
Color Harmonies of #F9D971
Complementary color
Monochromatic Colors of #F9D971
Black with #F9D971
Text Example
Text Example
White with #F9D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D971; }
p { color: rgb(249,217,113); }
H1.HeaderClassName
{
color: #F9D971;
}
.AnyTagClassName
{
color: #F9D971;
}
</style>
background-color css
<style>
a { background-color: #F9D971; }
a { background-color: rgb(249,217,113); }
div.DivClassName
{
background-color: #F9D971;
}
.BgClassName
{
background-color: #F9D971;
}
</style>
border-color css
<style>
span { border-color: #F9D971; }
span { border-color: rgb(249,217,113); }
td.TdClassName
{
border-color: #F9D971;
}
.TagClassName
{
border-color: #F9D971;
}
</style>