Shades of Sweet Corn #F9DF6D
Tints of Sweet Corn #F9DF6D
RGB
CMYK
RGB Variations
Color information
#F9DF6D (or 0xF9DF6D) is known color: Sweet Corn. HEX triplet: F9, DF and 6D. RGB value is (249,223,109). Sum of RGB (Red+Green+Blue) = 249+223+109=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DF6D is #062092. Grayscale: #DADADA. Windows color (decimal): -401555 or 7200761. OLE color: 7200761.
HSL color Cylindrical-coordinate representation of color #F9DF6D: hue angle of 48.86º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9DF6D is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 109 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.02 |
| HSL | 48.86º | 0.92% | 0.7% | - |
| HSV(B) | 48.86º | 0.56% | 0.98% | - |
| XYZ | 68.21 | 74.02 | 25.16 | - |
| YUV | 217.78 | 66.61 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 109 | 0 | 0.10 | 0.56 | 0.02 | 48.86 | 0.92 | 0.7 |
| Hex | F9 | DF | 6D | 0 | A | 38 | 2 | 31 | 5C | 46 |
| Octal | 371 | 337 | 155 | 0 | 12 | 70 | 2 | 61 | 134 | 106 |
| Binary | 11111001 | 11011111 | 1101101 | 0 | 1010 | 111000 | 10 | 110001 | 1011100 | 1000110 |
Color Harmonies of #F9DF6D
Complementary color
Monochromatic Colors of #F9DF6D
Black with #F9DF6D
Text Example
Text Example
White with #F9DF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF6D; }
p { color: rgb(249,223,109); }
H1.HeaderClassName
{
color: #F9DF6D;
}
.AnyTagClassName
{
color: #F9DF6D;
}
</style>
background-color css
<style>
a { background-color: #F9DF6D; }
a { background-color: rgb(249,223,109); }
div.DivClassName
{
background-color: #F9DF6D;
}
.BgClassName
{
background-color: #F9DF6D;
}
</style>
border-color css
<style>
span { border-color: #F9DF6D; }
span { border-color: rgb(249,223,109); }
td.TdClassName
{
border-color: #F9DF6D;
}
.TagClassName
{
border-color: #F9DF6D;
}
</style>