Shades of Sweet Corn #FADF76
Tints of Sweet Corn #FADF76
RGB
CMYK
RGB Variations
Color information
#FADF76 (or 0xFADF76) is known color: Sweet Corn. HEX triplet: FA, DF and 76. RGB value is (250,223,118). Sum of RGB (Red+Green+Blue) = 250+223+118=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF76 is #052089. Grayscale: #DBDBDB. Windows color (decimal): -336010 or 7790586. OLE color: 7790586.
HSL color Cylindrical-coordinate representation of color #FADF76: hue angle of 47.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FADF76 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 118 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.02 |
| HSL | 47.73º | 0.93% | 0.72% | - |
| HSV(B) | 47.73º | 0.53% | 0.98% | - |
| XYZ | 69.08 | 74.41 | 27.86 | - |
| YUV | 219.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 118 | 0 | 0.11 | 0.53 | 0.02 | 47.73 | 0.93 | 0.72 |
| Hex | FA | DF | 76 | 0 | B | 35 | 2 | 30 | 5D | 48 |
| Octal | 372 | 337 | 166 | 0 | 13 | 65 | 2 | 60 | 135 | 110 |
| Binary | 11111010 | 11011111 | 1110110 | 0 | 1011 | 110101 | 10 | 110000 | 1011101 | 1001000 |
Color Harmonies of #FADF76
Complementary color
Monochromatic Colors of #FADF76
Black with #FADF76
Text Example
Text Example
White with #FADF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF76; }
p { color: rgb(250,223,118); }
H1.HeaderClassName
{
color: #FADF76;
}
.AnyTagClassName
{
color: #FADF76;
}
</style>
background-color css
<style>
a { background-color: #FADF76; }
a { background-color: rgb(250,223,118); }
div.DivClassName
{
background-color: #FADF76;
}
.BgClassName
{
background-color: #FADF76;
}
</style>
border-color css
<style>
span { border-color: #FADF76; }
span { border-color: rgb(250,223,118); }
td.TdClassName
{
border-color: #FADF76;
}
.TagClassName
{
border-color: #FADF76;
}
</style>