Shades of Sweet Corn #F9DF6C
Tints of Sweet Corn #F9DF6C
RGB
CMYK
RGB Variations
Color information
#F9DF6C (or 0xF9DF6C) is known color: Sweet Corn. HEX triplet: F9, DF and 6C. RGB value is (249,223,108). Sum of RGB (Red+Green+Blue) = 249+223+108=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 108 (42.58% from 255 or 18.62% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DF6C is #062093. Grayscale: #DADADA. Windows color (decimal): -401556 or 7135225. OLE color: 7135225.
HSL color Cylindrical-coordinate representation of color #F9DF6C: hue angle of 48.94º 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 #F9DF6C is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 108 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.02 |
| HSL | 48.94º | 0.92% | 0.7% | - |
| HSV(B) | 48.94º | 0.57% | 0.98% | - |
| XYZ | 68.16 | 74 | 24.88 | - |
| YUV | 217.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 108 | 0 | 0.10 | 0.57 | 0.02 | 48.94 | 0.92 | 0.7 |
| Hex | F9 | DF | 6C | 0 | A | 39 | 2 | 31 | 5C | 46 |
| Octal | 371 | 337 | 154 | 0 | 12 | 71 | 2 | 61 | 134 | 106 |
| Binary | 11111001 | 11011111 | 1101100 | 0 | 1010 | 111001 | 10 | 110001 | 1011100 | 1000110 |
Color Harmonies of #F9DF6C
Complementary color
Monochromatic Colors of #F9DF6C
Black with #F9DF6C
Text Example
Text Example
White with #F9DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF6C; }
p { color: rgb(249,223,108); }
H1.HeaderClassName
{
color: #F9DF6C;
}
.AnyTagClassName
{
color: #F9DF6C;
}
</style>
background-color css
<style>
a { background-color: #F9DF6C; }
a { background-color: rgb(249,223,108); }
div.DivClassName
{
background-color: #F9DF6C;
}
.BgClassName
{
background-color: #F9DF6C;
}
</style>
border-color css
<style>
span { border-color: #F9DF6C; }
span { border-color: rgb(249,223,108); }
td.TdClassName
{
border-color: #F9DF6C;
}
.TagClassName
{
border-color: #F9DF6C;
}
</style>