Shades of Sweet Corn #F9E268
Tints of Sweet Corn #F9E268
RGB
CMYK
RGB Variations
Color information
#F9E268 (or 0xF9E268) is known color: Sweet Corn. HEX triplet: F9, E2 and 68. RGB value is (249,226,104). Sum of RGB (Red+Green+Blue) = 249+226+104=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 104 (41.02% from 255 or 17.96% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E268 is #061D97. Grayscale: #DBDBDB. Windows color (decimal): -400792 or 6873849. OLE color: 6873849.
HSL color Cylindrical-coordinate representation of color #F9E268: hue angle of 50.48º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9E268 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 104 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.02 |
| HSL | 50.48º | 0.92% | 0.69% | - |
| HSV(B) | 50.48º | 0.58% | 0.98% | - |
| XYZ | 68.76 | 75.53 | 24.05 | - |
| YUV | 218.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 104 | 0 | 0.09 | 0.58 | 0.02 | 50.48 | 0.92 | 0.69 |
| Hex | F9 | E2 | 68 | 0 | 9 | 3A | 2 | 32 | 5C | 45 |
| Octal | 371 | 342 | 150 | 0 | 11 | 72 | 2 | 62 | 134 | 105 |
| Binary | 11111001 | 11100010 | 1101000 | 0 | 1001 | 111010 | 10 | 110010 | 1011100 | 1000101 |
Color Harmonies of #F9E268
Complementary color
Monochromatic Colors of #F9E268
Black with #F9E268
Text Example
Text Example
White with #F9E268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E268; }
p { color: rgb(249,226,104); }
H1.HeaderClassName
{
color: #F9E268;
}
.AnyTagClassName
{
color: #F9E268;
}
</style>
background-color css
<style>
a { background-color: #F9E268; }
a { background-color: rgb(249,226,104); }
div.DivClassName
{
background-color: #F9E268;
}
.BgClassName
{
background-color: #F9E268;
}
</style>
border-color css
<style>
span { border-color: #F9E268; }
span { border-color: rgb(249,226,104); }
td.TdClassName
{
border-color: #F9E268;
}
.TagClassName
{
border-color: #F9E268;
}
</style>