Shades of Sweet Corn #FADB70
Tints of Sweet Corn #FADB70
RGB
CMYK
RGB Variations
Color information
#FADB70 (or 0xFADB70) is known color: Sweet Corn. HEX triplet: FA, DB and 70. RGB value is (250,219,112). Sum of RGB (Red+Green+Blue) = 250+219+112=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB70 is #05248F. Grayscale: #D8D8D8. Windows color (decimal): -337040 or 7396346. OLE color: 7396346.
HSL color Cylindrical-coordinate representation of color #FADB70: hue angle of 46.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FADB70 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 112 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.02 |
| HSL | 46.52º | 0.93% | 0.71% | - |
| HSV(B) | 46.52º | 0.55% | 0.98% | - |
| XYZ | 67.68 | 72.16 | 25.69 | - |
| YUV | 216.07 | 69.27 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 112 | 0 | 0.12 | 0.55 | 0.02 | 46.52 | 0.93 | 0.71 |
| Hex | FA | DB | 70 | 0 | C | 37 | 2 | 2F | 5D | 47 |
| Octal | 372 | 333 | 160 | 0 | 14 | 67 | 2 | 57 | 135 | 107 |
| Binary | 11111010 | 11011011 | 1110000 | 0 | 1100 | 110111 | 10 | 101111 | 1011101 | 1000111 |
Color Harmonies of #FADB70
Complementary color
Monochromatic Colors of #FADB70
Black with #FADB70
Text Example
Text Example
White with #FADB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB70; }
p { color: rgb(250,219,112); }
H1.HeaderClassName
{
color: #FADB70;
}
.AnyTagClassName
{
color: #FADB70;
}
</style>
background-color css
<style>
a { background-color: #FADB70; }
a { background-color: rgb(250,219,112); }
div.DivClassName
{
background-color: #FADB70;
}
.BgClassName
{
background-color: #FADB70;
}
</style>
border-color css
<style>
span { border-color: #FADB70; }
span { border-color: rgb(250,219,112); }
td.TdClassName
{
border-color: #FADB70;
}
.TagClassName
{
border-color: #FADB70;
}
</style>