Shades of Corvette #F3BC7C
Tints of Corvette #F3BC7C
RGB
CMYK
RGB Variations
Color information
#F3BC7C (or 0xF3BC7C) is known color: Corvette. HEX triplet: F3, BC and 7C. RGB value is (243,188,124). Sum of RGB (Red+Green+Blue) = 243+188+124=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BC7C is #0C4383. Grayscale: #C5C5C5. Windows color (decimal): -803716 or 8174835. OLE color: 8174835.
HSL color Cylindrical-coordinate representation of color #F3BC7C: hue angle of 32.27º 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 #F3BC7C is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 124 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.05 |
| HSL | 32.27º | 0.83% | 0.72% | - |
| HSV(B) | 32.27º | 0.49% | 0.95% | - |
| XYZ | 58.58 | 56.48 | 26.88 | - |
| YUV | 197.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 124 | 0 | 0.23 | 0.49 | 0.05 | 32.27 | 0.83 | 0.72 |
| Hex | F3 | BC | 7C | 0 | 17 | 31 | 5 | 20 | 53 | 48 |
| Octal | 363 | 274 | 174 | 0 | 27 | 61 | 5 | 40 | 123 | 110 |
| Binary | 11110011 | 10111100 | 1111100 | 0 | 10111 | 110001 | 101 | 100000 | 1010011 | 1001000 |
Color Harmonies of #F3BC7C
Complementary color
Monochromatic Colors of #F3BC7C
Black with #F3BC7C
Text Example
Text Example
White with #F3BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC7C; }
p { color: rgb(243,188,124); }
H1.HeaderClassName
{
color: #F3BC7C;
}
.AnyTagClassName
{
color: #F3BC7C;
}
</style>
background-color css
<style>
a { background-color: #F3BC7C; }
a { background-color: rgb(243,188,124); }
div.DivClassName
{
background-color: #F3BC7C;
}
.BgClassName
{
background-color: #F3BC7C;
}
</style>
border-color css
<style>
span { border-color: #F3BC7C; }
span { border-color: rgb(243,188,124); }
td.TdClassName
{
border-color: #F3BC7C;
}
.TagClassName
{
border-color: #F3BC7C;
}
</style>