Shades of Corvette #F2BC8D
Tints of Corvette #F2BC8D
RGB
CMYK
RGB Variations
Color information
#F2BC8D (or 0xF2BC8D) is known color: Corvette. HEX triplet: F2, BC and 8D. RGB value is (242,188,141). Sum of RGB (Red+Green+Blue) = 242+188+141=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BC8D is #0D4372. Grayscale: #C7C7C7. Windows color (decimal): -869235 or 9288946. OLE color: 9288946.
HSL color Cylindrical-coordinate representation of color #F2BC8D: hue angle of 27.92º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2BC8D is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 141 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.05 |
| HSL | 27.92º | 0.8% | 0.75% | - |
| HSV(B) | 27.92º | 0.42% | 0.95% | - |
| XYZ | 59.41 | 56.77 | 33.03 | - |
| YUV | 198.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 141 | 0 | 0.22 | 0.42 | 0.05 | 27.92 | 0.8 | 0.75 |
| Hex | F2 | BC | 8D | 0 | 16 | 2A | 5 | 1C | 50 | 4B |
| Octal | 362 | 274 | 215 | 0 | 26 | 52 | 5 | 34 | 120 | 113 |
| Binary | 11110010 | 10111100 | 10001101 | 0 | 10110 | 101010 | 101 | 11100 | 1010000 | 1001011 |
Color Harmonies of #F2BC8D
Complementary color
Monochromatic Colors of #F2BC8D
Black with #F2BC8D
Text Example
Text Example
White with #F2BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC8D; }
p { color: rgb(242,188,141); }
H1.HeaderClassName
{
color: #F2BC8D;
}
.AnyTagClassName
{
color: #F2BC8D;
}
</style>
background-color css
<style>
a { background-color: #F2BC8D; }
a { background-color: rgb(242,188,141); }
div.DivClassName
{
background-color: #F2BC8D;
}
.BgClassName
{
background-color: #F2BC8D;
}
</style>
border-color css
<style>
span { border-color: #F2BC8D; }
span { border-color: rgb(242,188,141); }
td.TdClassName
{
border-color: #F2BC8D;
}
.TagClassName
{
border-color: #F2BC8D;
}
</style>