Shades of Corvette #F3BA7B
Tints of Corvette #F3BA7B
RGB
CMYK
RGB Variations
Color information
#F3BA7B (or 0xF3BA7B) is known color: Corvette. HEX triplet: F3, BA and 7B. RGB value is (243,186,123). Sum of RGB (Red+Green+Blue) = 243+186+123=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA7B is #0C4584. Grayscale: #C4C4C4. Windows color (decimal): -804229 or 8108787. OLE color: 8108787.
HSL color Cylindrical-coordinate representation of color #F3BA7B: hue angle of 31.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3BA7B is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 123 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.05 |
| HSL | 31.5º | 0.83% | 0.72% | - |
| HSV(B) | 31.5º | 0.49% | 0.95% | - |
| XYZ | 58.1 | 55.6 | 26.41 | - |
| YUV | 195.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 123 | 0 | 0.23 | 0.49 | 0.05 | 31.5 | 0.83 | 0.72 |
| Hex | F3 | BA | 7B | 0 | 17 | 31 | 5 | 1F | 53 | 48 |
| Octal | 363 | 272 | 173 | 0 | 27 | 61 | 5 | 37 | 123 | 110 |
| Binary | 11110011 | 10111010 | 1111011 | 0 | 10111 | 110001 | 101 | 11111 | 1010011 | 1001000 |
Color Harmonies of #F3BA7B
Complementary color
Monochromatic Colors of #F3BA7B
Black with #F3BA7B
Text Example
Text Example
White with #F3BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA7B; }
p { color: rgb(243,186,123); }
H1.HeaderClassName
{
color: #F3BA7B;
}
.AnyTagClassName
{
color: #F3BA7B;
}
</style>
background-color css
<style>
a { background-color: #F3BA7B; }
a { background-color: rgb(243,186,123); }
div.DivClassName
{
background-color: #F3BA7B;
}
.BgClassName
{
background-color: #F3BA7B;
}
</style>
border-color css
<style>
span { border-color: #F3BA7B; }
span { border-color: rgb(243,186,123); }
td.TdClassName
{
border-color: #F3BA7B;
}
.TagClassName
{
border-color: #F3BA7B;
}
</style>