Shades of Corvette #F2BC8A
Tints of Corvette #F2BC8A
RGB
CMYK
RGB Variations
Color information
#F2BC8A (or 0xF2BC8A) is known color: Corvette. HEX triplet: F2, BC and 8A. RGB value is (242,188,138). Sum of RGB (Red+Green+Blue) = 242+188+138=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BC8A is #0D4375. Grayscale: #C6C6C6. Windows color (decimal): -869238 or 9092338. OLE color: 9092338.
HSL color Cylindrical-coordinate representation of color #F2BC8A: hue angle of 28.85º degrees, saturation: 0.8, 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 #F2BC8A is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 138 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.05 |
| HSL | 28.85º | 0.8% | 0.75% | - |
| HSV(B) | 28.85º | 0.43% | 0.95% | - |
| XYZ | 59.19 | 56.68 | 31.87 | - |
| YUV | 198.45 | 93.89 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 138 | 0 | 0.22 | 0.43 | 0.05 | 28.85 | 0.8 | 0.75 |
| Hex | F2 | BC | 8A | 0 | 16 | 2B | 5 | 1D | 50 | 4B |
| Octal | 362 | 274 | 212 | 0 | 26 | 53 | 5 | 35 | 120 | 113 |
| Binary | 11110010 | 10111100 | 10001010 | 0 | 10110 | 101011 | 101 | 11101 | 1010000 | 1001011 |
Color Harmonies of #F2BC8A
Complementary color
Monochromatic Colors of #F2BC8A
Black with #F2BC8A
Text Example
Text Example
White with #F2BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC8A; }
p { color: rgb(242,188,138); }
H1.HeaderClassName
{
color: #F2BC8A;
}
.AnyTagClassName
{
color: #F2BC8A;
}
</style>
background-color css
<style>
a { background-color: #F2BC8A; }
a { background-color: rgb(242,188,138); }
div.DivClassName
{
background-color: #F2BC8A;
}
.BgClassName
{
background-color: #F2BC8A;
}
</style>
border-color css
<style>
span { border-color: #F2BC8A; }
span { border-color: rgb(242,188,138); }
td.TdClassName
{
border-color: #F2BC8A;
}
.TagClassName
{
border-color: #F2BC8A;
}
</style>