Shades of Sweet Corn #FADF73
Tints of Sweet Corn #FADF73
RGB
CMYK
RGB Variations
Color information
#FADF73 (or 0xFADF73) is known color: Sweet Corn. HEX triplet: FA, DF and 73. RGB value is (250,223,115). Sum of RGB (Red+Green+Blue) = 250+223+115=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 115 (45.31% from 255 or 19.56% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF73 is #05208C. Grayscale: #DBDBDB. Windows color (decimal): -336013 or 7593978. OLE color: 7593978.
HSL color Cylindrical-coordinate representation of color #FADF73: hue angle of 48º 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 #FADF73 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 115 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.02 |
| HSL | 48º | 0.93% | 0.72% | - |
| HSV(B) | 48º | 0.54% | 0.98% | - |
| XYZ | 68.91 | 74.34 | 26.94 | - |
| YUV | 218.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 115 | 0 | 0.11 | 0.54 | 0.02 | 48 | 0.93 | 0.72 |
| Hex | FA | DF | 73 | 0 | B | 36 | 2 | 30 | 5D | 48 |
| Octal | 372 | 337 | 163 | 0 | 13 | 66 | 2 | 60 | 135 | 110 |
| Binary | 11111010 | 11011111 | 1110011 | 0 | 1011 | 110110 | 10 | 110000 | 1011101 | 1001000 |
Color Harmonies of #FADF73
Complementary color
Monochromatic Colors of #FADF73
Black with #FADF73
Text Example
Text Example
White with #FADF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF73; }
p { color: rgb(250,223,115); }
H1.HeaderClassName
{
color: #FADF73;
}
.AnyTagClassName
{
color: #FADF73;
}
</style>
background-color css
<style>
a { background-color: #FADF73; }
a { background-color: rgb(250,223,115); }
div.DivClassName
{
background-color: #FADF73;
}
.BgClassName
{
background-color: #FADF73;
}
</style>
border-color css
<style>
span { border-color: #FADF73; }
span { border-color: rgb(250,223,115); }
td.TdClassName
{
border-color: #FADF73;
}
.TagClassName
{
border-color: #FADF73;
}
</style>