Shades of Corvette #F0BD86
Tints of Corvette #F0BD86
RGB
CMYK
RGB Variations
Color information
#F0BD86 (or 0xF0BD86) is known color: Corvette. HEX triplet: F0, BD and 86. RGB value is (240,189,134). Sum of RGB (Red+Green+Blue) = 240+189+134=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BD86 is #0F4279. Grayscale: #C6C6C6. Windows color (decimal): -1000058 or 8830448. OLE color: 8830448.
HSL color Cylindrical-coordinate representation of color #F0BD86: hue angle of 31.13º 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 #F0BD86 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 134 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.06 |
| HSL | 31.13º | 0.78% | 0.73% | - |
| HSV(B) | 31.13º | 0.44% | 0.94% | - |
| XYZ | 58.44 | 56.64 | 30.41 | - |
| YUV | 197.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 134 | 0 | 0.21 | 0.44 | 0.06 | 31.13 | 0.78 | 0.73 |
| Hex | F0 | BD | 86 | 0 | 15 | 2C | 6 | 1F | 4E | 49 |
| Octal | 360 | 275 | 206 | 0 | 25 | 54 | 6 | 37 | 116 | 111 |
| Binary | 11110000 | 10111101 | 10000110 | 0 | 10101 | 101100 | 110 | 11111 | 1001110 | 1001001 |
Color Harmonies of #F0BD86
Complementary color
Monochromatic Colors of #F0BD86
Black with #F0BD86
Text Example
Text Example
White with #F0BD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD86; }
p { color: rgb(240,189,134); }
H1.HeaderClassName
{
color: #F0BD86;
}
.AnyTagClassName
{
color: #F0BD86;
}
</style>
background-color css
<style>
a { background-color: #F0BD86; }
a { background-color: rgb(240,189,134); }
div.DivClassName
{
background-color: #F0BD86;
}
.BgClassName
{
background-color: #F0BD86;
}
</style>
border-color css
<style>
span { border-color: #F0BD86; }
span { border-color: rgb(240,189,134); }
td.TdClassName
{
border-color: #F0BD86;
}
.TagClassName
{
border-color: #F0BD86;
}
</style>