Shades of Corvette #F2BA7D
Tints of Corvette #F2BA7D
RGB
CMYK
RGB Variations
Color information
#F2BA7D (or 0xF2BA7D) is known color: Corvette. HEX triplet: F2, BA and 7D. RGB value is (242,186,125). Sum of RGB (Red+Green+Blue) = 242+186+125=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA7D is #0D4582. Grayscale: #C4C4C4. Windows color (decimal): -869763 or 8239858. OLE color: 8239858.
HSL color Cylindrical-coordinate representation of color #F2BA7D: hue angle of 31.28º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2BA7D is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 125 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.05 |
| HSL | 31.28º | 0.82% | 0.72% | - |
| HSV(B) | 31.28º | 0.48% | 0.95% | - |
| XYZ | 57.88 | 55.48 | 27.06 | - |
| YUV | 195.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 125 | 0 | 0.23 | 0.48 | 0.05 | 31.28 | 0.82 | 0.72 |
| Hex | F2 | BA | 7D | 0 | 17 | 30 | 5 | 1F | 52 | 48 |
| Octal | 362 | 272 | 175 | 0 | 27 | 60 | 5 | 37 | 122 | 110 |
| Binary | 11110010 | 10111010 | 1111101 | 0 | 10111 | 110000 | 101 | 11111 | 1010010 | 1001000 |
Color Harmonies of #F2BA7D
Complementary color
Monochromatic Colors of #F2BA7D
Black with #F2BA7D
Text Example
Text Example
White with #F2BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA7D; }
p { color: rgb(242,186,125); }
H1.HeaderClassName
{
color: #F2BA7D;
}
.AnyTagClassName
{
color: #F2BA7D;
}
</style>
background-color css
<style>
a { background-color: #F2BA7D; }
a { background-color: rgb(242,186,125); }
div.DivClassName
{
background-color: #F2BA7D;
}
.BgClassName
{
background-color: #F2BA7D;
}
</style>
border-color css
<style>
span { border-color: #F2BA7D; }
span { border-color: rgb(242,186,125); }
td.TdClassName
{
border-color: #F2BA7D;
}
.TagClassName
{
border-color: #F2BA7D;
}
</style>