Shades of Sweet Corn #F9D973
Tints of Sweet Corn #F9D973
RGB
CMYK
RGB Variations
Color information
#F9D973 (or 0xF9D973) is known color: Sweet Corn. HEX triplet: F9, D9 and 73. RGB value is (249,217,115). Sum of RGB (Red+Green+Blue) = 249+217+115=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 115 (45.31% from 255 or 19.79% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D973 is #06268C. Grayscale: #D7D7D7. Windows color (decimal): -403085 or 7592441. OLE color: 7592441.
HSL color Cylindrical-coordinate representation of color #F9D973: hue angle of 45.67º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9D973 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 115 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.02 |
| HSL | 45.67º | 0.92% | 0.71% | - |
| HSV(B) | 45.67º | 0.54% | 0.98% | - |
| XYZ | 66.97 | 71 | 26.39 | - |
| YUV | 214.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 115 | 0 | 0.13 | 0.54 | 0.02 | 45.67 | 0.92 | 0.71 |
| Hex | F9 | D9 | 73 | 0 | D | 36 | 2 | 2E | 5C | 47 |
| Octal | 371 | 331 | 163 | 0 | 15 | 66 | 2 | 56 | 134 | 107 |
| Binary | 11111001 | 11011001 | 1110011 | 0 | 1101 | 110110 | 10 | 101110 | 1011100 | 1000111 |
Color Harmonies of #F9D973
Complementary color
Monochromatic Colors of #F9D973
Black with #F9D973
Text Example
Text Example
White with #F9D973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D973; }
p { color: rgb(249,217,115); }
H1.HeaderClassName
{
color: #F9D973;
}
.AnyTagClassName
{
color: #F9D973;
}
</style>
background-color css
<style>
a { background-color: #F9D973; }
a { background-color: rgb(249,217,115); }
div.DivClassName
{
background-color: #F9D973;
}
.BgClassName
{
background-color: #F9D973;
}
</style>
border-color css
<style>
span { border-color: #F9D973; }
span { border-color: rgb(249,217,115); }
td.TdClassName
{
border-color: #F9D973;
}
.TagClassName
{
border-color: #F9D973;
}
</style>