Shades of Corvette #F5BC85
Tints of Corvette #F5BC85
RGB
CMYK
RGB Variations
Color information
#F5BC85 (or 0xF5BC85) is known color: Corvette. HEX triplet: F5, BC and 85. RGB value is (245,188,133). Sum of RGB (Red+Green+Blue) = 245+188+133=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BC85 is #0A437A. Grayscale: #C7C7C7. Windows color (decimal): -672635 or 8764661. OLE color: 8764661.
HSL color Cylindrical-coordinate representation of color #F5BC85: hue angle of 29.46º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5BC85 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 133 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.04 |
| HSL | 29.46º | 0.85% | 0.74% | - |
| HSV(B) | 29.46º | 0.46% | 0.96% | - |
| XYZ | 59.87 | 57.07 | 30.05 | - |
| YUV | 198.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 133 | 0 | 0.23 | 0.46 | 0.04 | 29.46 | 0.85 | 0.74 |
| Hex | F5 | BC | 85 | 0 | 17 | 2E | 4 | 1D | 55 | 4A |
| Octal | 365 | 274 | 205 | 0 | 27 | 56 | 4 | 35 | 125 | 112 |
| Binary | 11110101 | 10111100 | 10000101 | 0 | 10111 | 101110 | 100 | 11101 | 1010101 | 1001010 |
Color Harmonies of #F5BC85
Complementary color
Monochromatic Colors of #F5BC85
Black with #F5BC85
Text Example
Text Example
White with #F5BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC85; }
p { color: rgb(245,188,133); }
H1.HeaderClassName
{
color: #F5BC85;
}
.AnyTagClassName
{
color: #F5BC85;
}
</style>
background-color css
<style>
a { background-color: #F5BC85; }
a { background-color: rgb(245,188,133); }
div.DivClassName
{
background-color: #F5BC85;
}
.BgClassName
{
background-color: #F5BC85;
}
</style>
border-color css
<style>
span { border-color: #F5BC85; }
span { border-color: rgb(245,188,133); }
td.TdClassName
{
border-color: #F5BC85;
}
.TagClassName
{
border-color: #F5BC85;
}
</style>