Shades of Sweet Corn #FADF79
Tints of Sweet Corn #FADF79
RGB
CMYK
RGB Variations
Color information
#FADF79 (or 0xFADF79) is known color: Sweet Corn. HEX triplet: FA, DF and 79. RGB value is (250,223,121). Sum of RGB (Red+Green+Blue) = 250+223+121=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 121 (47.66% from 255 or 20.37% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF79 is #052086. Grayscale: #DBDBDB. Windows color (decimal): -336007 or 7987194. OLE color: 7987194.
HSL color Cylindrical-coordinate representation of color #FADF79: hue angle of 47.44º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FADF79 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 121 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.02 |
| HSL | 47.44º | 0.93% | 0.73% | - |
| HSV(B) | 47.44º | 0.52% | 0.98% | - |
| XYZ | 69.26 | 74.48 | 28.81 | - |
| YUV | 219.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 121 | 0 | 0.11 | 0.52 | 0.02 | 47.44 | 0.93 | 0.73 |
| Hex | FA | DF | 79 | 0 | B | 34 | 2 | 2F | 5D | 49 |
| Octal | 372 | 337 | 171 | 0 | 13 | 64 | 2 | 57 | 135 | 111 |
| Binary | 11111010 | 11011111 | 1111001 | 0 | 1011 | 110100 | 10 | 101111 | 1011101 | 1001001 |
Color Harmonies of #FADF79
Complementary color
Monochromatic Colors of #FADF79
Black with #FADF79
Text Example
Text Example
White with #FADF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF79; }
p { color: rgb(250,223,121); }
H1.HeaderClassName
{
color: #FADF79;
}
.AnyTagClassName
{
color: #FADF79;
}
</style>
background-color css
<style>
a { background-color: #FADF79; }
a { background-color: rgb(250,223,121); }
div.DivClassName
{
background-color: #FADF79;
}
.BgClassName
{
background-color: #FADF79;
}
</style>
border-color css
<style>
span { border-color: #FADF79; }
span { border-color: rgb(250,223,121); }
td.TdClassName
{
border-color: #FADF79;
}
.TagClassName
{
border-color: #FADF79;
}
</style>