Shades of Sweet Corn #FADF7B
Tints of Sweet Corn #FADF7B
RGB
CMYK
RGB Variations
Color information
#FADF7B (or 0xFADF7B) is known color: Sweet Corn. HEX triplet: FA, DF and 7B. RGB value is (250,223,123). Sum of RGB (Red+Green+Blue) = 250+223+123=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 123 (48.44% from 255 or 20.64% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF7B is #052084. Grayscale: #DCDCDC. Windows color (decimal): -336005 or 8118266. OLE color: 8118266.
HSL color Cylindrical-coordinate representation of color #FADF7B: hue angle of 47.24º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FADF7B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 123 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.02 |
| HSL | 47.24º | 0.93% | 0.73% | - |
| HSV(B) | 47.24º | 0.51% | 0.98% | - |
| XYZ | 69.39 | 74.53 | 29.47 | - |
| YUV | 219.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 123 | 0 | 0.11 | 0.51 | 0.02 | 47.24 | 0.93 | 0.73 |
| Hex | FA | DF | 7B | 0 | B | 33 | 2 | 2F | 5D | 49 |
| Octal | 372 | 337 | 173 | 0 | 13 | 63 | 2 | 57 | 135 | 111 |
| Binary | 11111010 | 11011111 | 1111011 | 0 | 1011 | 110011 | 10 | 101111 | 1011101 | 1001001 |
Color Harmonies of #FADF7B
Complementary color
Monochromatic Colors of #FADF7B
Black with #FADF7B
Text Example
Text Example
White with #FADF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF7B; }
p { color: rgb(250,223,123); }
H1.HeaderClassName
{
color: #FADF7B;
}
.AnyTagClassName
{
color: #FADF7B;
}
</style>
background-color css
<style>
a { background-color: #FADF7B; }
a { background-color: rgb(250,223,123); }
div.DivClassName
{
background-color: #FADF7B;
}
.BgClassName
{
background-color: #FADF7B;
}
</style>
border-color css
<style>
span { border-color: #FADF7B; }
span { border-color: rgb(250,223,123); }
td.TdClassName
{
border-color: #FADF7B;
}
.TagClassName
{
border-color: #FADF7B;
}
</style>