Shades of Sweet Corn #F9DA6C
Tints of Sweet Corn #F9DA6C
RGB
CMYK
RGB Variations
Color information
#F9DA6C (or 0xF9DA6C) is known color: Sweet Corn. HEX triplet: F9, DA and 6C. RGB value is (249,218,108). Sum of RGB (Red+Green+Blue) = 249+218+108=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 108 (42.58% from 255 or 18.78% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DA6C is #062593. Grayscale: #D7D7D7. Windows color (decimal): -402836 or 7133945. OLE color: 7133945.
HSL color Cylindrical-coordinate representation of color #F9DA6C: hue angle of 46.81º 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 #F9DA6C is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 108 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.02 |
| HSL | 46.81º | 0.92% | 0.7% | - |
| HSV(B) | 46.81º | 0.57% | 0.98% | - |
| XYZ | 66.85 | 71.37 | 24.44 | - |
| YUV | 214.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 108 | 0 | 0.12 | 0.57 | 0.02 | 46.81 | 0.92 | 0.7 |
| Hex | F9 | DA | 6C | 0 | C | 39 | 2 | 2F | 5C | 46 |
| Octal | 371 | 332 | 154 | 0 | 14 | 71 | 2 | 57 | 134 | 106 |
| Binary | 11111001 | 11011010 | 1101100 | 0 | 1100 | 111001 | 10 | 101111 | 1011100 | 1000110 |
Color Harmonies of #F9DA6C
Complementary color
Monochromatic Colors of #F9DA6C
Black with #F9DA6C
Text Example
Text Example
White with #F9DA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA6C; }
p { color: rgb(249,218,108); }
H1.HeaderClassName
{
color: #F9DA6C;
}
.AnyTagClassName
{
color: #F9DA6C;
}
</style>
background-color css
<style>
a { background-color: #F9DA6C; }
a { background-color: rgb(249,218,108); }
div.DivClassName
{
background-color: #F9DA6C;
}
.BgClassName
{
background-color: #F9DA6C;
}
</style>
border-color css
<style>
span { border-color: #F9DA6C; }
span { border-color: rgb(249,218,108); }
td.TdClassName
{
border-color: #F9DA6C;
}
.TagClassName
{
border-color: #F9DA6C;
}
</style>