Shades of Sweet Corn #F9E074
Tints of Sweet Corn #F9E074
RGB
CMYK
RGB Variations
Color information
#F9E074 (or 0xF9E074) is known color: Sweet Corn. HEX triplet: F9, E0 and 74. RGB value is (249,224,116). Sum of RGB (Red+Green+Blue) = 249+224+116=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 116 (45.70% from 255 or 19.69% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E074 is #061F8B. Grayscale: #DBDBDB. Windows color (decimal): -401292 or 7659769. OLE color: 7659769.
HSL color Cylindrical-coordinate representation of color #F9E074: hue angle of 48.72º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9E074 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 116 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.02 |
| HSL | 48.72º | 0.92% | 0.72% | - |
| HSV(B) | 48.72º | 0.53% | 0.98% | - |
| XYZ | 68.87 | 74.71 | 27.31 | - |
| YUV | 219.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 116 | 0 | 0.10 | 0.53 | 0.02 | 48.72 | 0.92 | 0.72 |
| Hex | F9 | E0 | 74 | 0 | A | 35 | 2 | 31 | 5C | 48 |
| Octal | 371 | 340 | 164 | 0 | 12 | 65 | 2 | 61 | 134 | 110 |
| Binary | 11111001 | 11100000 | 1110100 | 0 | 1010 | 110101 | 10 | 110001 | 1011100 | 1001000 |
Color Harmonies of #F9E074
Complementary color
Monochromatic Colors of #F9E074
Black with #F9E074
Text Example
Text Example
White with #F9E074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E074; }
p { color: rgb(249,224,116); }
H1.HeaderClassName
{
color: #F9E074;
}
.AnyTagClassName
{
color: #F9E074;
}
</style>
background-color css
<style>
a { background-color: #F9E074; }
a { background-color: rgb(249,224,116); }
div.DivClassName
{
background-color: #F9E074;
}
.BgClassName
{
background-color: #F9E074;
}
</style>
border-color css
<style>
span { border-color: #F9E074; }
span { border-color: rgb(249,224,116); }
td.TdClassName
{
border-color: #F9E074;
}
.TagClassName
{
border-color: #F9E074;
}
</style>