Shades of Sweet Corn #F9E06E
Tints of Sweet Corn #F9E06E
RGB
CMYK
RGB Variations
Color information
#F9E06E (or 0xF9E06E) is known color: Sweet Corn. HEX triplet: F9, E0 and 6E. RGB value is (249,224,110). Sum of RGB (Red+Green+Blue) = 249+224+110=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 110 (43.36% from 255 or 18.87% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E06E is #061F91. Grayscale: #DADADA. Windows color (decimal): -401298 or 7266553. OLE color: 7266553.
HSL color Cylindrical-coordinate representation of color #F9E06E: hue angle of 49.21º 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 #F9E06E is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 110 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.02 |
| HSL | 49.21º | 0.92% | 0.7% | - |
| HSV(B) | 49.21º | 0.56% | 0.98% | - |
| XYZ | 68.54 | 74.58 | 25.53 | - |
| YUV | 218.48 | 66.78 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 110 | 0 | 0.10 | 0.56 | 0.02 | 49.21 | 0.92 | 0.7 |
| Hex | F9 | E0 | 6E | 0 | A | 38 | 2 | 31 | 5C | 46 |
| Octal | 371 | 340 | 156 | 0 | 12 | 70 | 2 | 61 | 134 | 106 |
| Binary | 11111001 | 11100000 | 1101110 | 0 | 1010 | 111000 | 10 | 110001 | 1011100 | 1000110 |
Color Harmonies of #F9E06E
Complementary color
Monochromatic Colors of #F9E06E
Black with #F9E06E
Text Example
Text Example
White with #F9E06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E06E; }
p { color: rgb(249,224,110); }
H1.HeaderClassName
{
color: #F9E06E;
}
.AnyTagClassName
{
color: #F9E06E;
}
</style>
background-color css
<style>
a { background-color: #F9E06E; }
a { background-color: rgb(249,224,110); }
div.DivClassName
{
background-color: #F9E06E;
}
.BgClassName
{
background-color: #F9E06E;
}
</style>
border-color css
<style>
span { border-color: #F9E06E; }
span { border-color: rgb(249,224,110); }
td.TdClassName
{
border-color: #F9E06E;
}
.TagClassName
{
border-color: #F9E06E;
}
</style>