Shades of Sweet Corn #F1DB76
Tints of Sweet Corn #F1DB76
RGB
CMYK
RGB Variations
Color information
#F1DB76 (or 0xF1DB76) is known color: Sweet Corn. HEX triplet: F1, DB and 76. RGB value is (241,219,118). Sum of RGB (Red+Green+Blue) = 241+219+118=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DB76 is #0E2489. Grayscale: #D6D6D6. Windows color (decimal): -926858 or 7789553. OLE color: 7789553.
HSL color Cylindrical-coordinate representation of color #F1DB76: hue angle of 49.27º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1DB76 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 118 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.05 |
| HSL | 49.27º | 0.81% | 0.7% | - |
| HSV(B) | 49.27º | 0.51% | 0.95% | - |
| XYZ | 64.88 | 70.67 | 27.36 | - |
| YUV | 214.06 | 73.79 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 118 | 0 | 0.09 | 0.51 | 0.05 | 49.27 | 0.81 | 0.7 |
| Hex | F1 | DB | 76 | 0 | 9 | 33 | 5 | 31 | 51 | 46 |
| Octal | 361 | 333 | 166 | 0 | 11 | 63 | 5 | 61 | 121 | 106 |
| Binary | 11110001 | 11011011 | 1110110 | 0 | 1001 | 110011 | 101 | 110001 | 1010001 | 1000110 |
Color Harmonies of #F1DB76
Complementary color
Monochromatic Colors of #F1DB76
Black with #F1DB76
Text Example
Text Example
White with #F1DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB76; }
p { color: rgb(241,219,118); }
H1.HeaderClassName
{
color: #F1DB76;
}
.AnyTagClassName
{
color: #F1DB76;
}
</style>
background-color css
<style>
a { background-color: #F1DB76; }
a { background-color: rgb(241,219,118); }
div.DivClassName
{
background-color: #F1DB76;
}
.BgClassName
{
background-color: #F1DB76;
}
</style>
border-color css
<style>
span { border-color: #F1DB76; }
span { border-color: rgb(241,219,118); }
td.TdClassName
{
border-color: #F1DB76;
}
.TagClassName
{
border-color: #F1DB76;
}
</style>