Shades of Corvette #F3BA85
Tints of Corvette #F3BA85
RGB
CMYK
RGB Variations
Color information
#F3BA85 (or 0xF3BA85) is known color: Corvette. HEX triplet: F3, BA and 85. RGB value is (243,186,133). Sum of RGB (Red+Green+Blue) = 243+186+133=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BA85 is #0C457A. Grayscale: #C5C5C5. Windows color (decimal): -804219 or 8764147. OLE color: 8764147.
HSL color Cylindrical-coordinate representation of color #F3BA85: hue angle of 28.91º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3BA85 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 133 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.05 |
| HSL | 28.91º | 0.82% | 0.74% | - |
| HSV(B) | 28.91º | 0.45% | 0.95% | - |
| XYZ | 58.75 | 55.87 | 29.88 | - |
| YUV | 197 | 91.88 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 133 | 0 | 0.23 | 0.45 | 0.05 | 28.91 | 0.82 | 0.74 |
| Hex | F3 | BA | 85 | 0 | 17 | 2D | 5 | 1D | 52 | 4A |
| Octal | 363 | 272 | 205 | 0 | 27 | 55 | 5 | 35 | 122 | 112 |
| Binary | 11110011 | 10111010 | 10000101 | 0 | 10111 | 101101 | 101 | 11101 | 1010010 | 1001010 |
Color Harmonies of #F3BA85
Complementary color
Monochromatic Colors of #F3BA85
Black with #F3BA85
Text Example
Text Example
White with #F3BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA85; }
p { color: rgb(243,186,133); }
H1.HeaderClassName
{
color: #F3BA85;
}
.AnyTagClassName
{
color: #F3BA85;
}
</style>
background-color css
<style>
a { background-color: #F3BA85; }
a { background-color: rgb(243,186,133); }
div.DivClassName
{
background-color: #F3BA85;
}
.BgClassName
{
background-color: #F3BA85;
}
</style>
border-color css
<style>
span { border-color: #F3BA85; }
span { border-color: rgb(243,186,133); }
td.TdClassName
{
border-color: #F3BA85;
}
.TagClassName
{
border-color: #F3BA85;
}
</style>