Shades of Corvette #F3BA7D
Tints of Corvette #F3BA7D
RGB
CMYK
RGB Variations
Color information
#F3BA7D (or 0xF3BA7D) is known color: Corvette. HEX triplet: F3, BA and 7D. RGB value is (243,186,125). Sum of RGB (Red+Green+Blue) = 243+186+125=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA7D is #0C4582. Grayscale: #C4C4C4. Windows color (decimal): -804227 or 8239859. OLE color: 8239859.
HSL color Cylindrical-coordinate representation of color #F3BA7D: hue angle of 31.02º 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 #F3BA7D is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 125 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.05 |
| HSL | 31.02º | 0.83% | 0.72% | - |
| HSV(B) | 31.02º | 0.49% | 0.95% | - |
| XYZ | 58.22 | 55.65 | 27.08 | - |
| YUV | 196.09 | 87.88 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 125 | 0 | 0.23 | 0.49 | 0.05 | 31.02 | 0.83 | 0.72 |
| Hex | F3 | BA | 7D | 0 | 17 | 31 | 5 | 1F | 53 | 48 |
| Octal | 363 | 272 | 175 | 0 | 27 | 61 | 5 | 37 | 123 | 110 |
| Binary | 11110011 | 10111010 | 1111101 | 0 | 10111 | 110001 | 101 | 11111 | 1010011 | 1001000 |
Color Harmonies of #F3BA7D
Complementary color
Monochromatic Colors of #F3BA7D
Black with #F3BA7D
Text Example
Text Example
White with #F3BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BA7D; }
p { color: rgb(243,186,125); }
H1.HeaderClassName
{
color: #F3BA7D;
}
.AnyTagClassName
{
color: #F3BA7D;
}
</style>
background-color css
<style>
a { background-color: #F3BA7D; }
a { background-color: rgb(243,186,125); }
div.DivClassName
{
background-color: #F3BA7D;
}
.BgClassName
{
background-color: #F3BA7D;
}
</style>
border-color css
<style>
span { border-color: #F3BA7D; }
span { border-color: rgb(243,186,125); }
td.TdClassName
{
border-color: #F3BA7D;
}
.TagClassName
{
border-color: #F3BA7D;
}
</style>