Shades of Corvette #F0BA86
Tints of Corvette #F0BA86
RGB
CMYK
RGB Variations
Color information
#F0BA86 (or 0xF0BA86) is known color: Corvette. HEX triplet: F0, BA and 86. RGB value is (240,186,134). Sum of RGB (Red+Green+Blue) = 240+186+134=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BA86 is #0F4579. Grayscale: #C4C4C4. Windows color (decimal): -1000826 or 8829680. OLE color: 8829680.
HSL color Cylindrical-coordinate representation of color #F0BA86: hue angle of 29.43º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0BA86 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 134 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.06 |
| HSL | 29.43º | 0.78% | 0.73% | - |
| HSV(B) | 29.43º | 0.44% | 0.94% | - |
| XYZ | 57.8 | 55.36 | 30.19 | - |
| YUV | 196.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 134 | 0 | 0.22 | 0.44 | 0.06 | 29.43 | 0.78 | 0.73 |
| Hex | F0 | BA | 86 | 0 | 16 | 2C | 6 | 1D | 4E | 49 |
| Octal | 360 | 272 | 206 | 0 | 26 | 54 | 6 | 35 | 116 | 111 |
| Binary | 11110000 | 10111010 | 10000110 | 0 | 10110 | 101100 | 110 | 11101 | 1001110 | 1001001 |
Color Harmonies of #F0BA86
Complementary color
Monochromatic Colors of #F0BA86
Black with #F0BA86
Text Example
Text Example
White with #F0BA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA86; }
p { color: rgb(240,186,134); }
H1.HeaderClassName
{
color: #F0BA86;
}
.AnyTagClassName
{
color: #F0BA86;
}
</style>
background-color css
<style>
a { background-color: #F0BA86; }
a { background-color: rgb(240,186,134); }
div.DivClassName
{
background-color: #F0BA86;
}
.BgClassName
{
background-color: #F0BA86;
}
</style>
border-color css
<style>
span { border-color: #F0BA86; }
span { border-color: rgb(240,186,134); }
td.TdClassName
{
border-color: #F0BA86;
}
.TagClassName
{
border-color: #F0BA86;
}
</style>