Shades of Sweet Corn #FADF71
Tints of Sweet Corn #FADF71
RGB
CMYK
RGB Variations
Color information
#FADF71 (or 0xFADF71) is known color: Sweet Corn. HEX triplet: FA, DF and 71. RGB value is (250,223,113). Sum of RGB (Red+Green+Blue) = 250+223+113=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 113 (44.53% from 255 or 19.28% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF71 is #05208E. Grayscale: #DBDBDB. Windows color (decimal): -336015 or 7462906. OLE color: 7462906.
HSL color Cylindrical-coordinate representation of color #FADF71: hue angle of 48.18º 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 #FADF71 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 113 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.02 |
| HSL | 48.18º | 0.93% | 0.71% | - |
| HSV(B) | 48.18º | 0.55% | 0.98% | - |
| XYZ | 68.79 | 74.29 | 26.34 | - |
| YUV | 218.53 | 68.45 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 113 | 0 | 0.11 | 0.55 | 0.02 | 48.18 | 0.93 | 0.71 |
| Hex | FA | DF | 71 | 0 | B | 37 | 2 | 30 | 5D | 47 |
| Octal | 372 | 337 | 161 | 0 | 13 | 67 | 2 | 60 | 135 | 107 |
| Binary | 11111010 | 11011111 | 1110001 | 0 | 1011 | 110111 | 10 | 110000 | 1011101 | 1000111 |
Color Harmonies of #FADF71
Complementary color
Monochromatic Colors of #FADF71
Black with #FADF71
Text Example
Text Example
White with #FADF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF71; }
p { color: rgb(250,223,113); }
H1.HeaderClassName
{
color: #FADF71;
}
.AnyTagClassName
{
color: #FADF71;
}
</style>
background-color css
<style>
a { background-color: #FADF71; }
a { background-color: rgb(250,223,113); }
div.DivClassName
{
background-color: #FADF71;
}
.BgClassName
{
background-color: #FADF71;
}
</style>
border-color css
<style>
span { border-color: #FADF71; }
span { border-color: rgb(250,223,113); }
td.TdClassName
{
border-color: #FADF71;
}
.TagClassName
{
border-color: #FADF71;
}
</style>