Shades of Sweet Corn #F9E073
Tints of Sweet Corn #F9E073
RGB
CMYK
RGB Variations
Color information
#F9E073 (or 0xF9E073) is known color: Sweet Corn. HEX triplet: F9, E0 and 73. RGB value is (249,224,115). Sum of RGB (Red+Green+Blue) = 249+224+115=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 115 (45.31% from 255 or 19.56% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E073 is #061F8C. Grayscale: #DBDBDB. Windows color (decimal): -401293 or 7594233. OLE color: 7594233.
HSL color Cylindrical-coordinate representation of color #F9E073: hue angle of 48.81º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9E073 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 115 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.02 |
| HSL | 48.81º | 0.92% | 0.71% | - |
| HSV(B) | 48.81º | 0.54% | 0.98% | - |
| XYZ | 68.82 | 74.69 | 27.01 | - |
| YUV | 219.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 115 | 0 | 0.10 | 0.54 | 0.02 | 48.81 | 0.92 | 0.71 |
| Hex | F9 | E0 | 73 | 0 | A | 36 | 2 | 31 | 5C | 47 |
| Octal | 371 | 340 | 163 | 0 | 12 | 66 | 2 | 61 | 134 | 107 |
| Binary | 11111001 | 11100000 | 1110011 | 0 | 1010 | 110110 | 10 | 110001 | 1011100 | 1000111 |
Color Harmonies of #F9E073
Complementary color
Monochromatic Colors of #F9E073
Black with #F9E073
Text Example
Text Example
White with #F9E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E073; }
p { color: rgb(249,224,115); }
H1.HeaderClassName
{
color: #F9E073;
}
.AnyTagClassName
{
color: #F9E073;
}
</style>
background-color css
<style>
a { background-color: #F9E073; }
a { background-color: rgb(249,224,115); }
div.DivClassName
{
background-color: #F9E073;
}
.BgClassName
{
background-color: #F9E073;
}
</style>
border-color css
<style>
span { border-color: #F9E073; }
span { border-color: rgb(249,224,115); }
td.TdClassName
{
border-color: #F9E073;
}
.TagClassName
{
border-color: #F9E073;
}
</style>