Shades of Corvette #F2BA8C
Tints of Corvette #F2BA8C
RGB
CMYK
RGB Variations
Color information
#F2BA8C (or 0xF2BA8C) is known color: Corvette. HEX triplet: F2, BA and 8C. RGB value is (242,186,140). Sum of RGB (Red+Green+Blue) = 242+186+140=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BA8C is #0D4573. Grayscale: #C5C5C5. Windows color (decimal): -869748 or 9222898. OLE color: 9222898.
HSL color Cylindrical-coordinate representation of color #F2BA8C: hue angle of 27.06º 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 #F2BA8C is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 140 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.05 |
| HSL | 27.06º | 0.8% | 0.75% | - |
| HSV(B) | 27.06º | 0.42% | 0.95% | - |
| XYZ | 58.91 | 55.89 | 32.49 | - |
| YUV | 197.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 140 | 0 | 0.23 | 0.42 | 0.05 | 27.06 | 0.8 | 0.75 |
| Hex | F2 | BA | 8C | 0 | 17 | 2A | 5 | 1B | 50 | 4B |
| Octal | 362 | 272 | 214 | 0 | 27 | 52 | 5 | 33 | 120 | 113 |
| Binary | 11110010 | 10111010 | 10001100 | 0 | 10111 | 101010 | 101 | 11011 | 1010000 | 1001011 |
Color Harmonies of #F2BA8C
Complementary color
Monochromatic Colors of #F2BA8C
Black with #F2BA8C
Text Example
Text Example
White with #F2BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA8C; }
p { color: rgb(242,186,140); }
H1.HeaderClassName
{
color: #F2BA8C;
}
.AnyTagClassName
{
color: #F2BA8C;
}
</style>
background-color css
<style>
a { background-color: #F2BA8C; }
a { background-color: rgb(242,186,140); }
div.DivClassName
{
background-color: #F2BA8C;
}
.BgClassName
{
background-color: #F2BA8C;
}
</style>
border-color css
<style>
span { border-color: #F2BA8C; }
span { border-color: rgb(242,186,140); }
td.TdClassName
{
border-color: #F2BA8C;
}
.TagClassName
{
border-color: #F2BA8C;
}
</style>