Shades of Corvette #F3BC7B
Tints of Corvette #F3BC7B
RGB
CMYK
RGB Variations
Color information
#F3BC7B (or 0xF3BC7B) is known color: Corvette. HEX triplet: F3, BC and 7B. RGB value is (243,188,123). Sum of RGB (Red+Green+Blue) = 243+188+123=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BC7B is #0C4384. Grayscale: #C5C5C5. Windows color (decimal): -803717 or 8109299. OLE color: 8109299.
HSL color Cylindrical-coordinate representation of color #F3BC7B: hue angle of 32.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 #F3BC7B is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 123 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.05 |
| HSL | 32.5º | 0.83% | 0.72% | - |
| HSV(B) | 32.5º | 0.49% | 0.95% | - |
| XYZ | 58.52 | 56.45 | 26.55 | - |
| YUV | 197.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 123 | 0 | 0.23 | 0.49 | 0.05 | 32.5 | 0.83 | 0.72 |
| Hex | F3 | BC | 7B | 0 | 17 | 31 | 5 | 20 | 53 | 48 |
| Octal | 363 | 274 | 173 | 0 | 27 | 61 | 5 | 40 | 123 | 110 |
| Binary | 11110011 | 10111100 | 1111011 | 0 | 10111 | 110001 | 101 | 100000 | 1010011 | 1001000 |
Color Harmonies of #F3BC7B
Complementary color
Monochromatic Colors of #F3BC7B
Black with #F3BC7B
Text Example
Text Example
White with #F3BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC7B; }
p { color: rgb(243,188,123); }
H1.HeaderClassName
{
color: #F3BC7B;
}
.AnyTagClassName
{
color: #F3BC7B;
}
</style>
background-color css
<style>
a { background-color: #F3BC7B; }
a { background-color: rgb(243,188,123); }
div.DivClassName
{
background-color: #F3BC7B;
}
.BgClassName
{
background-color: #F3BC7B;
}
</style>
border-color css
<style>
span { border-color: #F3BC7B; }
span { border-color: rgb(243,188,123); }
td.TdClassName
{
border-color: #F3BC7B;
}
.TagClassName
{
border-color: #F3BC7B;
}
</style>