Shades of Sweet Corn #F9DC6A
Tints of Sweet Corn #F9DC6A
RGB
CMYK
RGB Variations
Color information
#F9DC6A (or 0xF9DC6A) is known color: Sweet Corn. HEX triplet: F9, DC and 6A. RGB value is (249,220,106). Sum of RGB (Red+Green+Blue) = 249+220+106=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 106 (41.80% from 255 or 18.43% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DC6A is #062395. Grayscale: #D8D8D8. Windows color (decimal): -402326 or 7003385. OLE color: 7003385.
HSL color Cylindrical-coordinate representation of color #F9DC6A: hue angle of 47.83º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9DC6A is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 106 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.02 |
| HSL | 47.83º | 0.92% | 0.7% | - |
| HSV(B) | 47.83º | 0.57% | 0.98% | - |
| XYZ | 67.26 | 72.37 | 24.06 | - |
| YUV | 215.68 | 66.11 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 106 | 0 | 0.12 | 0.57 | 0.02 | 47.83 | 0.92 | 0.7 |
| Hex | F9 | DC | 6A | 0 | C | 39 | 2 | 30 | 5C | 46 |
| Octal | 371 | 334 | 152 | 0 | 14 | 71 | 2 | 60 | 134 | 106 |
| Binary | 11111001 | 11011100 | 1101010 | 0 | 1100 | 111001 | 10 | 110000 | 1011100 | 1000110 |
Color Harmonies of #F9DC6A
Complementary color
Monochromatic Colors of #F9DC6A
Black with #F9DC6A
Text Example
Text Example
White with #F9DC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DC6A; }
p { color: rgb(249,220,106); }
H1.HeaderClassName
{
color: #F9DC6A;
}
.AnyTagClassName
{
color: #F9DC6A;
}
</style>
background-color css
<style>
a { background-color: #F9DC6A; }
a { background-color: rgb(249,220,106); }
div.DivClassName
{
background-color: #F9DC6A;
}
.BgClassName
{
background-color: #F9DC6A;
}
</style>
border-color css
<style>
span { border-color: #F9DC6A; }
span { border-color: rgb(249,220,106); }
td.TdClassName
{
border-color: #F9DC6A;
}
.TagClassName
{
border-color: #F9DC6A;
}
</style>