Shades of Corvette #F2BA7A
Tints of Corvette #F2BA7A
RGB
CMYK
RGB Variations
Color information
#F2BA7A (or 0xF2BA7A) is known color: Corvette. HEX triplet: F2, BA and 7A. RGB value is (242,186,122). Sum of RGB (Red+Green+Blue) = 242+186+122=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA7A is #0D4585. Grayscale: #C3C3C3. Windows color (decimal): -869766 or 8043250. OLE color: 8043250.
HSL color Cylindrical-coordinate representation of color #F2BA7A: hue angle of 32º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2BA7A is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 122 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.05 |
| HSL | 32º | 0.82% | 0.71% | - |
| HSV(B) | 32º | 0.5% | 0.95% | - |
| XYZ | 57.69 | 55.4 | 26.07 | - |
| YUV | 195.45 | 86.55 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 122 | 0 | 0.23 | 0.50 | 0.05 | 32 | 0.82 | 0.71 |
| Hex | F2 | BA | 7A | 0 | 17 | 32 | 5 | 20 | 52 | 47 |
| Octal | 362 | 272 | 172 | 0 | 27 | 62 | 5 | 40 | 122 | 107 |
| Binary | 11110010 | 10111010 | 1111010 | 0 | 10111 | 110010 | 101 | 100000 | 1010010 | 1000111 |
Color Harmonies of #F2BA7A
Complementary color
Monochromatic Colors of #F2BA7A
Black with #F2BA7A
Text Example
Text Example
White with #F2BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA7A; }
p { color: rgb(242,186,122); }
H1.HeaderClassName
{
color: #F2BA7A;
}
.AnyTagClassName
{
color: #F2BA7A;
}
</style>
background-color css
<style>
a { background-color: #F2BA7A; }
a { background-color: rgb(242,186,122); }
div.DivClassName
{
background-color: #F2BA7A;
}
.BgClassName
{
background-color: #F2BA7A;
}
</style>
border-color css
<style>
span { border-color: #F2BA7A; }
span { border-color: rgb(242,186,122); }
td.TdClassName
{
border-color: #F2BA7A;
}
.TagClassName
{
border-color: #F2BA7A;
}
</style>