Shades of Sweet Corn #FADF7D
Tints of Sweet Corn #FADF7D
RGB
CMYK
RGB Variations
Color information
#FADF7D (or 0xFADF7D) is known color: Sweet Corn. HEX triplet: FA, DF and 7D. RGB value is (250,223,125). Sum of RGB (Red+Green+Blue) = 250+223+125=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 125 (49.22% from 255 or 20.90% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF7D is #052082. Grayscale: #DCDCDC. Windows color (decimal): -336003 or 8249338. OLE color: 8249338.
HSL color Cylindrical-coordinate representation of color #FADF7D: hue angle of 47.04º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FADF7D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 125 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.02 |
| HSL | 47.04º | 0.93% | 0.74% | - |
| HSV(B) | 47.04º | 0.5% | 0.98% | - |
| XYZ | 69.51 | 74.58 | 30.13 | - |
| YUV | 219.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 125 | 0 | 0.11 | 0.50 | 0.02 | 47.04 | 0.93 | 0.74 |
| Hex | FA | DF | 7D | 0 | B | 32 | 2 | 2F | 5D | 4A |
| Octal | 372 | 337 | 175 | 0 | 13 | 62 | 2 | 57 | 135 | 112 |
| Binary | 11111010 | 11011111 | 1111101 | 0 | 1011 | 110010 | 10 | 101111 | 1011101 | 1001010 |
Color Harmonies of #FADF7D
Complementary color
Monochromatic Colors of #FADF7D
Black with #FADF7D
Text Example
Text Example
White with #FADF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF7D; }
p { color: rgb(250,223,125); }
H1.HeaderClassName
{
color: #FADF7D;
}
.AnyTagClassName
{
color: #FADF7D;
}
</style>
background-color css
<style>
a { background-color: #FADF7D; }
a { background-color: rgb(250,223,125); }
div.DivClassName
{
background-color: #FADF7D;
}
.BgClassName
{
background-color: #FADF7D;
}
</style>
border-color css
<style>
span { border-color: #FADF7D; }
span { border-color: rgb(250,223,125); }
td.TdClassName
{
border-color: #FADF7D;
}
.TagClassName
{
border-color: #FADF7D;
}
</style>