Shades of Corvette #F5BD85
Tints of Corvette #F5BD85
RGB
CMYK
RGB Variations
Color information
#F5BD85 (or 0xF5BD85) is known color: Corvette. HEX triplet: F5, BD and 85. RGB value is (245,189,133). Sum of RGB (Red+Green+Blue) = 245+189+133=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BD85 is #0A427A. Grayscale: #C7C7C7. Windows color (decimal): -672379 or 8764917. OLE color: 8764917.
HSL color Cylindrical-coordinate representation of color #F5BD85: hue angle of 30º 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 #F5BD85 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 133 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.04 |
| HSL | 30º | 0.85% | 0.74% | - |
| HSV(B) | 30º | 0.46% | 0.96% | - |
| XYZ | 60.09 | 57.5 | 30.12 | - |
| YUV | 199.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 133 | 0 | 0.23 | 0.46 | 0.04 | 30 | 0.85 | 0.74 |
| Hex | F5 | BD | 85 | 0 | 17 | 2E | 4 | 1E | 55 | 4A |
| Octal | 365 | 275 | 205 | 0 | 27 | 56 | 4 | 36 | 125 | 112 |
| Binary | 11110101 | 10111101 | 10000101 | 0 | 10111 | 101110 | 100 | 11110 | 1010101 | 1001010 |
Color Harmonies of #F5BD85
Complementary color
Monochromatic Colors of #F5BD85
Black with #F5BD85
Text Example
Text Example
White with #F5BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD85; }
p { color: rgb(245,189,133); }
H1.HeaderClassName
{
color: #F5BD85;
}
.AnyTagClassName
{
color: #F5BD85;
}
</style>
background-color css
<style>
a { background-color: #F5BD85; }
a { background-color: rgb(245,189,133); }
div.DivClassName
{
background-color: #F5BD85;
}
.BgClassName
{
background-color: #F5BD85;
}
</style>
border-color css
<style>
span { border-color: #F5BD85; }
span { border-color: rgb(245,189,133); }
td.TdClassName
{
border-color: #F5BD85;
}
.TagClassName
{
border-color: #F5BD85;
}
</style>