Shades of Sweet Corn #F1DB72
Tints of Sweet Corn #F1DB72
RGB
CMYK
RGB Variations
Color information
#F1DB72 (or 0xF1DB72) is known color: Sweet Corn. HEX triplet: F1, DB and 72. RGB value is (241,219,114). Sum of RGB (Red+Green+Blue) = 241+219+114=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DB72 is #0E248D. Grayscale: #D6D6D6. Windows color (decimal): -926862 or 7527409. OLE color: 7527409.
HSL color Cylindrical-coordinate representation of color #F1DB72: hue angle of 49.61º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1DB72 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 114 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.05 |
| HSL | 49.61º | 0.82% | 0.7% | - |
| HSV(B) | 49.61º | 0.53% | 0.95% | - |
| XYZ | 64.64 | 70.58 | 26.14 | - |
| YUV | 213.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 114 | 0 | 0.09 | 0.53 | 0.05 | 49.61 | 0.82 | 0.7 |
| Hex | F1 | DB | 72 | 0 | 9 | 35 | 5 | 32 | 52 | 46 |
| Octal | 361 | 333 | 162 | 0 | 11 | 65 | 5 | 62 | 122 | 106 |
| Binary | 11110001 | 11011011 | 1110010 | 0 | 1001 | 110101 | 101 | 110010 | 1010010 | 1000110 |
Color Harmonies of #F1DB72
Complementary color
Monochromatic Colors of #F1DB72
Black with #F1DB72
Text Example
Text Example
White with #F1DB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB72; }
p { color: rgb(241,219,114); }
H1.HeaderClassName
{
color: #F1DB72;
}
.AnyTagClassName
{
color: #F1DB72;
}
</style>
background-color css
<style>
a { background-color: #F1DB72; }
a { background-color: rgb(241,219,114); }
div.DivClassName
{
background-color: #F1DB72;
}
.BgClassName
{
background-color: #F1DB72;
}
</style>
border-color css
<style>
span { border-color: #F1DB72; }
span { border-color: rgb(241,219,114); }
td.TdClassName
{
border-color: #F1DB72;
}
.TagClassName
{
border-color: #F1DB72;
}
</style>