Shades of Corvette #F5BB87
Tints of Corvette #F5BB87
RGB
CMYK
RGB Variations
Color information
#F5BB87 (or 0xF5BB87) is known color: Corvette. HEX triplet: F5, BB and 87. RGB value is (245,187,135). Sum of RGB (Red+Green+Blue) = 245+187+135=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 135 (53.12% from 255 or 23.81% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BB87 is #0A4478. Grayscale: #C6C6C6. Windows color (decimal): -672889 or 8895477. OLE color: 8895477.
HSL color Cylindrical-coordinate representation of color #F5BB87: hue angle of 28.36º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5BB87 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 135 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.04 |
| HSL | 28.36º | 0.85% | 0.75% | - |
| HSV(B) | 28.36º | 0.45% | 0.96% | - |
| XYZ | 59.8 | 56.7 | 30.71 | - |
| YUV | 198.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 135 | 0 | 0.24 | 0.45 | 0.04 | 28.36 | 0.85 | 0.75 |
| Hex | F5 | BB | 87 | 0 | 18 | 2D | 4 | 1C | 55 | 4B |
| Octal | 365 | 273 | 207 | 0 | 30 | 55 | 4 | 34 | 125 | 113 |
| Binary | 11110101 | 10111011 | 10000111 | 0 | 11000 | 101101 | 100 | 11100 | 1010101 | 1001011 |
Color Harmonies of #F5BB87
Complementary color
Monochromatic Colors of #F5BB87
Black with #F5BB87
Text Example
Text Example
White with #F5BB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB87; }
p { color: rgb(245,187,135); }
H1.HeaderClassName
{
color: #F5BB87;
}
.AnyTagClassName
{
color: #F5BB87;
}
</style>
background-color css
<style>
a { background-color: #F5BB87; }
a { background-color: rgb(245,187,135); }
div.DivClassName
{
background-color: #F5BB87;
}
.BgClassName
{
background-color: #F5BB87;
}
</style>
border-color css
<style>
span { border-color: #F5BB87; }
span { border-color: rgb(245,187,135); }
td.TdClassName
{
border-color: #F5BB87;
}
.TagClassName
{
border-color: #F5BB87;
}
</style>