Shades of Sweet Corn #F9E672
Tints of Sweet Corn #F9E672
RGB
CMYK
RGB Variations
Color information
#F9E672 (or 0xF9E672) is known color: Sweet Corn. HEX triplet: F9, E6 and 72. RGB value is (249,230,114). Sum of RGB (Red+Green+Blue) = 249+230+114=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 114 (44.92% from 255 or 19.22% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E672 is #06198D. Grayscale: #DEDEDE. Windows color (decimal): -399758 or 7530233. OLE color: 7530233.
HSL color Cylindrical-coordinate representation of color #F9E672: hue angle of 51.56º 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 #F9E672 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 230 | 114 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.02 |
| HSL | 51.56º | 0.92% | 0.71% | - |
| HSV(B) | 51.56º | 0.54% | 0.98% | - |
| XYZ | 70.4 | 77.95 | 27.25 | - |
| YUV | 222.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 230 | 114 | 0 | 0.08 | 0.54 | 0.02 | 51.56 | 0.92 | 0.71 |
| Hex | F9 | E6 | 72 | 0 | 8 | 36 | 2 | 34 | 5C | 47 |
| Octal | 371 | 346 | 162 | 0 | 10 | 66 | 2 | 64 | 134 | 107 |
| Binary | 11111001 | 11100110 | 1110010 | 0 | 1000 | 110110 | 10 | 110100 | 1011100 | 1000111 |
Color Harmonies of #F9E672
Complementary color
Monochromatic Colors of #F9E672
Black with #F9E672
Text Example
Text Example
White with #F9E672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E672; }
p { color: rgb(249,230,114); }
H1.HeaderClassName
{
color: #F9E672;
}
.AnyTagClassName
{
color: #F9E672;
}
</style>
background-color css
<style>
a { background-color: #F9E672; }
a { background-color: rgb(249,230,114); }
div.DivClassName
{
background-color: #F9E672;
}
.BgClassName
{
background-color: #F9E672;
}
</style>
border-color css
<style>
span { border-color: #F9E672; }
span { border-color: rgb(249,230,114); }
td.TdClassName
{
border-color: #F9E672;
}
.TagClassName
{
border-color: #F9E672;
}
</style>