Shades of Sweet Corn #F9E17D
Tints of Sweet Corn #F9E17D
RGB
CMYK
RGB Variations
Color information
#F9E17D (or 0xF9E17D) is known color: Sweet Corn. HEX triplet: F9, E1 and 7D. RGB value is (249,225,125). Sum of RGB (Red+Green+Blue) = 249+225+125=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9E17D is #061E82. Grayscale: #DDDDDD. Windows color (decimal): -401027 or 8249849. OLE color: 8249849.
HSL color Cylindrical-coordinate representation of color #F9E17D: hue angle of 48.39º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9E17D is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 125 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.02 |
| HSL | 48.39º | 0.91% | 0.73% | - |
| HSV(B) | 48.39º | 0.5% | 0.98% | - |
| XYZ | 69.69 | 75.47 | 30.3 | - |
| YUV | 220.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 125 | 0 | 0.10 | 0.50 | 0.02 | 48.39 | 0.91 | 0.73 |
| Hex | F9 | E1 | 7D | 0 | A | 32 | 2 | 30 | 5B | 49 |
| Octal | 371 | 341 | 175 | 0 | 12 | 62 | 2 | 60 | 133 | 111 |
| Binary | 11111001 | 11100001 | 1111101 | 0 | 1010 | 110010 | 10 | 110000 | 1011011 | 1001001 |
Color Harmonies of #F9E17D
Complementary color
Monochromatic Colors of #F9E17D
Black with #F9E17D
Text Example
Text Example
White with #F9E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E17D; }
p { color: rgb(249,225,125); }
H1.HeaderClassName
{
color: #F9E17D;
}
.AnyTagClassName
{
color: #F9E17D;
}
</style>
background-color css
<style>
a { background-color: #F9E17D; }
a { background-color: rgb(249,225,125); }
div.DivClassName
{
background-color: #F9E17D;
}
.BgClassName
{
background-color: #F9E17D;
}
</style>
border-color css
<style>
span { border-color: #F9E17D; }
span { border-color: rgb(249,225,125); }
td.TdClassName
{
border-color: #F9E17D;
}
.TagClassName
{
border-color: #F9E17D;
}
</style>