Shades of Sweet Corn #FADB6F
Tints of Sweet Corn #FADB6F
RGB
CMYK
RGB Variations
Color information
#FADB6F (or 0xFADB6F) is known color: Sweet Corn. HEX triplet: FA, DB and 6F. RGB value is (250,219,111). Sum of RGB (Red+Green+Blue) = 250+219+111=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 111 (43.75% from 255 or 19.14% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB6F is #052490. Grayscale: #D8D8D8. Windows color (decimal): -337041 or 7330810. OLE color: 7330810.
HSL color Cylindrical-coordinate representation of color #FADB6F: hue angle of 46.62º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FADB6F is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 111 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.02 |
| HSL | 46.62º | 0.93% | 0.71% | - |
| HSV(B) | 46.62º | 0.56% | 0.98% | - |
| XYZ | 67.63 | 72.13 | 25.4 | - |
| YUV | 215.96 | 68.77 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 111 | 0 | 0.12 | 0.56 | 0.02 | 46.62 | 0.93 | 0.71 |
| Hex | FA | DB | 6F | 0 | C | 38 | 2 | 2F | 5D | 47 |
| Octal | 372 | 333 | 157 | 0 | 14 | 70 | 2 | 57 | 135 | 107 |
| Binary | 11111010 | 11011011 | 1101111 | 0 | 1100 | 111000 | 10 | 101111 | 1011101 | 1000111 |
Color Harmonies of #FADB6F
Complementary color
Monochromatic Colors of #FADB6F
Black with #FADB6F
Text Example
Text Example
White with #FADB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB6F; }
p { color: rgb(250,219,111); }
H1.HeaderClassName
{
color: #FADB6F;
}
.AnyTagClassName
{
color: #FADB6F;
}
</style>
background-color css
<style>
a { background-color: #FADB6F; }
a { background-color: rgb(250,219,111); }
div.DivClassName
{
background-color: #FADB6F;
}
.BgClassName
{
background-color: #FADB6F;
}
</style>
border-color css
<style>
span { border-color: #FADB6F; }
span { border-color: rgb(250,219,111); }
td.TdClassName
{
border-color: #FADB6F;
}
.TagClassName
{
border-color: #FADB6F;
}
</style>