Shades of Corvette #F0BC86
Tints of Corvette #F0BC86
RGB
CMYK
RGB Variations
Color information
#F0BC86 (or 0xF0BC86) is known color: Corvette. HEX triplet: F0, BC and 86. RGB value is (240,188,134). Sum of RGB (Red+Green+Blue) = 240+188+134=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BC86 is #0F4379. Grayscale: #C5C5C5. Windows color (decimal): -1000314 or 8830192. OLE color: 8830192.
HSL color Cylindrical-coordinate representation of color #F0BC86: hue angle of 30.57º 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 #F0BC86 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 134 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.06 |
| HSL | 30.57º | 0.78% | 0.73% | - |
| HSV(B) | 30.57º | 0.44% | 0.94% | - |
| XYZ | 58.22 | 56.21 | 30.34 | - |
| YUV | 197.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 134 | 0 | 0.22 | 0.44 | 0.06 | 30.57 | 0.78 | 0.73 |
| Hex | F0 | BC | 86 | 0 | 16 | 2C | 6 | 1F | 4E | 49 |
| Octal | 360 | 274 | 206 | 0 | 26 | 54 | 6 | 37 | 116 | 111 |
| Binary | 11110000 | 10111100 | 10000110 | 0 | 10110 | 101100 | 110 | 11111 | 1001110 | 1001001 |
Color Harmonies of #F0BC86
Complementary color
Monochromatic Colors of #F0BC86
Black with #F0BC86
Text Example
Text Example
White with #F0BC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC86; }
p { color: rgb(240,188,134); }
H1.HeaderClassName
{
color: #F0BC86;
}
.AnyTagClassName
{
color: #F0BC86;
}
</style>
background-color css
<style>
a { background-color: #F0BC86; }
a { background-color: rgb(240,188,134); }
div.DivClassName
{
background-color: #F0BC86;
}
.BgClassName
{
background-color: #F0BC86;
}
</style>
border-color css
<style>
span { border-color: #F0BC86; }
span { border-color: rgb(240,188,134); }
td.TdClassName
{
border-color: #F0BC86;
}
.TagClassName
{
border-color: #F0BC86;
}
</style>