Shades of Sweet Corn #F1DC73
Tints of Sweet Corn #F1DC73
RGB
CMYK
RGB Variations
Color information
#F1DC73 (or 0xF1DC73) is known color: Sweet Corn. HEX triplet: F1, DC and 73. RGB value is (241,220,115). Sum of RGB (Red+Green+Blue) = 241+220+115=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DC73 is #0E238C. Grayscale: #D6D6D6. Windows color (decimal): -926605 or 7593201. OLE color: 7593201.
HSL color Cylindrical-coordinate representation of color #F1DC73: hue angle of 50º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1DC73 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 115 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.05 |
| HSL | 50º | 0.82% | 0.7% | - |
| HSV(B) | 50º | 0.52% | 0.95% | - |
| XYZ | 64.96 | 71.12 | 26.52 | - |
| YUV | 214.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 115 | 0 | 0.09 | 0.52 | 0.05 | 50 | 0.82 | 0.7 |
| Hex | F1 | DC | 73 | 0 | 9 | 34 | 5 | 32 | 52 | 46 |
| Octal | 361 | 334 | 163 | 0 | 11 | 64 | 5 | 62 | 122 | 106 |
| Binary | 11110001 | 11011100 | 1110011 | 0 | 1001 | 110100 | 101 | 110010 | 1010010 | 1000110 |
Color Harmonies of #F1DC73
Complementary color
Monochromatic Colors of #F1DC73
Black with #F1DC73
Text Example
Text Example
White with #F1DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DC73; }
p { color: rgb(241,220,115); }
H1.HeaderClassName
{
color: #F1DC73;
}
.AnyTagClassName
{
color: #F1DC73;
}
</style>
background-color css
<style>
a { background-color: #F1DC73; }
a { background-color: rgb(241,220,115); }
div.DivClassName
{
background-color: #F1DC73;
}
.BgClassName
{
background-color: #F1DC73;
}
</style>
border-color css
<style>
span { border-color: #F1DC73; }
span { border-color: rgb(241,220,115); }
td.TdClassName
{
border-color: #F1DC73;
}
.TagClassName
{
border-color: #F1DC73;
}
</style>