Shades of Sweet Corn #F9E16D
Tints of Sweet Corn #F9E16D
RGB
CMYK
RGB Variations
Color information
#F9E16D (or 0xF9E16D) is known color: Sweet Corn. HEX triplet: F9, E1 and 6D. RGB value is (249,225,109). Sum of RGB (Red+Green+Blue) = 249+225+109=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 109 (42.97% from 255 or 18.70% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E16D is #061E92. Grayscale: #DBDBDB. Windows color (decimal): -401043 or 7201273. OLE color: 7201273.
HSL color Cylindrical-coordinate representation of color #F9E16D: hue angle of 49.71º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9E16D is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 109 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.02 |
| HSL | 49.71º | 0.92% | 0.7% | - |
| HSV(B) | 49.71º | 0.56% | 0.98% | - |
| XYZ | 68.75 | 75.09 | 25.34 | - |
| YUV | 218.95 | 65.95 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 109 | 0 | 0.10 | 0.56 | 0.02 | 49.71 | 0.92 | 0.7 |
| Hex | F9 | E1 | 6D | 0 | A | 38 | 2 | 32 | 5C | 46 |
| Octal | 371 | 341 | 155 | 0 | 12 | 70 | 2 | 62 | 134 | 106 |
| Binary | 11111001 | 11100001 | 1101101 | 0 | 1010 | 111000 | 10 | 110010 | 1011100 | 1000110 |
Color Harmonies of #F9E16D
Complementary color
Monochromatic Colors of #F9E16D
Black with #F9E16D
Text Example
Text Example
White with #F9E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E16D; }
p { color: rgb(249,225,109); }
H1.HeaderClassName
{
color: #F9E16D;
}
.AnyTagClassName
{
color: #F9E16D;
}
</style>
background-color css
<style>
a { background-color: #F9E16D; }
a { background-color: rgb(249,225,109); }
div.DivClassName
{
background-color: #F9E16D;
}
.BgClassName
{
background-color: #F9E16D;
}
</style>
border-color css
<style>
span { border-color: #F9E16D; }
span { border-color: rgb(249,225,109); }
td.TdClassName
{
border-color: #F9E16D;
}
.TagClassName
{
border-color: #F9E16D;
}
</style>