Shades of Corvette #F3BC8A
Tints of Corvette #F3BC8A
RGB
CMYK
RGB Variations
Color information
#F3BC8A (or 0xF3BC8A) is known color: Corvette. HEX triplet: F3, BC and 8A. RGB value is (243,188,138). Sum of RGB (Red+Green+Blue) = 243+188+138=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BC8A is #0C4375. Grayscale: #C7C7C7. Windows color (decimal): -803702 or 9092339. OLE color: 9092339.
HSL color Cylindrical-coordinate representation of color #F3BC8A: hue angle of 28.57º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F3BC8A is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 138 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.05 |
| HSL | 28.57º | 0.81% | 0.75% | - |
| HSV(B) | 28.57º | 0.43% | 0.95% | - |
| XYZ | 59.53 | 56.86 | 31.88 | - |
| YUV | 198.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 138 | 0 | 0.23 | 0.43 | 0.05 | 28.57 | 0.81 | 0.75 |
| Hex | F3 | BC | 8A | 0 | 17 | 2B | 5 | 1D | 51 | 4B |
| Octal | 363 | 274 | 212 | 0 | 27 | 53 | 5 | 35 | 121 | 113 |
| Binary | 11110011 | 10111100 | 10001010 | 0 | 10111 | 101011 | 101 | 11101 | 1010001 | 1001011 |
Color Harmonies of #F3BC8A
Complementary color
Monochromatic Colors of #F3BC8A
Black with #F3BC8A
Text Example
Text Example
White with #F3BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC8A; }
p { color: rgb(243,188,138); }
H1.HeaderClassName
{
color: #F3BC8A;
}
.AnyTagClassName
{
color: #F3BC8A;
}
</style>
background-color css
<style>
a { background-color: #F3BC8A; }
a { background-color: rgb(243,188,138); }
div.DivClassName
{
background-color: #F3BC8A;
}
.BgClassName
{
background-color: #F3BC8A;
}
</style>
border-color css
<style>
span { border-color: #F3BC8A; }
span { border-color: rgb(243,188,138); }
td.TdClassName
{
border-color: #F3BC8A;
}
.TagClassName
{
border-color: #F3BC8A;
}
</style>