Shades of Sweet Corn #F1D96E
Tints of Sweet Corn #F1D96E
RGB
CMYK
RGB Variations
Color information
#F1D96E (or 0xF1D96E) is known color: Sweet Corn. HEX triplet: F1, D9 and 6E. RGB value is (241,217,110). Sum of RGB (Red+Green+Blue) = 241+217+110=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 110 (43.36% from 255 or 19.37% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D96E is #0E2691. Grayscale: #D4D4D4. Windows color (decimal): -927378 or 7264753. OLE color: 7264753.
HSL color Cylindrical-coordinate representation of color #F1D96E: hue angle of 49.01º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1D96E is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 110 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.05 |
| HSL | 49.01º | 0.82% | 0.69% | - |
| HSV(B) | 49.01º | 0.54% | 0.95% | - |
| XYZ | 63.9 | 69.45 | 24.79 | - |
| YUV | 211.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 110 | 0 | 0.10 | 0.54 | 0.05 | 49.01 | 0.82 | 0.69 |
| Hex | F1 | D9 | 6E | 0 | A | 36 | 5 | 31 | 52 | 45 |
| Octal | 361 | 331 | 156 | 0 | 12 | 66 | 5 | 61 | 122 | 105 |
| Binary | 11110001 | 11011001 | 1101110 | 0 | 1010 | 110110 | 101 | 110001 | 1010010 | 1000101 |
Color Harmonies of #F1D96E
Complementary color
Monochromatic Colors of #F1D96E
Black with #F1D96E
Text Example
Text Example
White with #F1D96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D96E; }
p { color: rgb(241,217,110); }
H1.HeaderClassName
{
color: #F1D96E;
}
.AnyTagClassName
{
color: #F1D96E;
}
</style>
background-color css
<style>
a { background-color: #F1D96E; }
a { background-color: rgb(241,217,110); }
div.DivClassName
{
background-color: #F1D96E;
}
.BgClassName
{
background-color: #F1D96E;
}
</style>
border-color css
<style>
span { border-color: #F1D96E; }
span { border-color: rgb(241,217,110); }
td.TdClassName
{
border-color: #F1D96E;
}
.TagClassName
{
border-color: #F1D96E;
}
</style>