Shades of Sweet Corn #F9E274
Tints of Sweet Corn #F9E274
RGB
CMYK
RGB Variations
Color information
#F9E274 (or 0xF9E274) is known color: Sweet Corn. HEX triplet: F9, E2 and 74. RGB value is (249,226,116). Sum of RGB (Red+Green+Blue) = 249+226+116=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 116 (45.70% from 255 or 19.63% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E274 is #061D8B. Grayscale: #DCDCDC. Windows color (decimal): -400780 or 7660281. OLE color: 7660281.
HSL color Cylindrical-coordinate representation of color #F9E274: hue angle of 49.62º 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 #F9E274 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 116 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.02 |
| HSL | 49.62º | 0.92% | 0.72% | - |
| HSV(B) | 49.62º | 0.53% | 0.98% | - |
| XYZ | 69.42 | 75.79 | 27.49 | - |
| YUV | 220.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 116 | 0 | 0.09 | 0.53 | 0.02 | 49.62 | 0.92 | 0.72 |
| Hex | F9 | E2 | 74 | 0 | 9 | 35 | 2 | 32 | 5C | 48 |
| Octal | 371 | 342 | 164 | 0 | 11 | 65 | 2 | 62 | 134 | 110 |
| Binary | 11111001 | 11100010 | 1110100 | 0 | 1001 | 110101 | 10 | 110010 | 1011100 | 1001000 |
Color Harmonies of #F9E274
Complementary color
Monochromatic Colors of #F9E274
Black with #F9E274
Text Example
Text Example
White with #F9E274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E274; }
p { color: rgb(249,226,116); }
H1.HeaderClassName
{
color: #F9E274;
}
.AnyTagClassName
{
color: #F9E274;
}
</style>
background-color css
<style>
a { background-color: #F9E274; }
a { background-color: rgb(249,226,116); }
div.DivClassName
{
background-color: #F9E274;
}
.BgClassName
{
background-color: #F9E274;
}
</style>
border-color css
<style>
span { border-color: #F9E274; }
span { border-color: rgb(249,226,116); }
td.TdClassName
{
border-color: #F9E274;
}
.TagClassName
{
border-color: #F9E274;
}
</style>