Shades of Sweet Corn #FADB74
Tints of Sweet Corn #FADB74
RGB
CMYK
RGB Variations
Color information
#FADB74 (or 0xFADB74) is known color: Sweet Corn. HEX triplet: FA, DB and 74. RGB value is (250,219,116). Sum of RGB (Red+Green+Blue) = 250+219+116=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB74 is #05248B. Grayscale: #D8D8D8. Windows color (decimal): -337036 or 7658490. OLE color: 7658490.
HSL color Cylindrical-coordinate representation of color #FADB74: hue angle of 46.12º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FADB74 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 116 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.02 |
| HSL | 46.12º | 0.93% | 0.72% | - |
| HSV(B) | 46.12º | 0.54% | 0.98% | - |
| XYZ | 67.91 | 72.25 | 26.89 | - |
| YUV | 216.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 116 | 0 | 0.12 | 0.54 | 0.02 | 46.12 | 0.93 | 0.72 |
| Hex | FA | DB | 74 | 0 | C | 36 | 2 | 2E | 5D | 48 |
| Octal | 372 | 333 | 164 | 0 | 14 | 66 | 2 | 56 | 135 | 110 |
| Binary | 11111010 | 11011011 | 1110100 | 0 | 1100 | 110110 | 10 | 101110 | 1011101 | 1001000 |
Color Harmonies of #FADB74
Complementary color
Monochromatic Colors of #FADB74
Black with #FADB74
Text Example
Text Example
White with #FADB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB74; }
p { color: rgb(250,219,116); }
H1.HeaderClassName
{
color: #FADB74;
}
.AnyTagClassName
{
color: #FADB74;
}
</style>
background-color css
<style>
a { background-color: #FADB74; }
a { background-color: rgb(250,219,116); }
div.DivClassName
{
background-color: #FADB74;
}
.BgClassName
{
background-color: #FADB74;
}
</style>
border-color css
<style>
span { border-color: #FADB74; }
span { border-color: rgb(250,219,116); }
td.TdClassName
{
border-color: #FADB74;
}
.TagClassName
{
border-color: #FADB74;
}
</style>