Shades of Corvette #F2BC7B
Tints of Corvette #F2BC7B
RGB
CMYK
RGB Variations
Color information
#F2BC7B (or 0xF2BC7B) is known color: Corvette. HEX triplet: F2, BC and 7B. RGB value is (242,188,123). Sum of RGB (Red+Green+Blue) = 242+188+123=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC7B is #0D4384. Grayscale: #C5C5C5. Windows color (decimal): -869253 or 8109298. OLE color: 8109298.
HSL color Cylindrical-coordinate representation of color #F2BC7B: hue angle of 32.77º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2BC7B is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 123 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.05 |
| HSL | 32.77º | 0.82% | 0.72% | - |
| HSV(B) | 32.77º | 0.49% | 0.95% | - |
| XYZ | 58.18 | 56.27 | 26.53 | - |
| YUV | 196.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 123 | 0 | 0.22 | 0.49 | 0.05 | 32.77 | 0.82 | 0.72 |
| Hex | F2 | BC | 7B | 0 | 16 | 31 | 5 | 21 | 52 | 48 |
| Octal | 362 | 274 | 173 | 0 | 26 | 61 | 5 | 41 | 122 | 110 |
| Binary | 11110010 | 10111100 | 1111011 | 0 | 10110 | 110001 | 101 | 100001 | 1010010 | 1001000 |
Color Harmonies of #F2BC7B
Complementary color
Monochromatic Colors of #F2BC7B
Black with #F2BC7B
Text Example
Text Example
White with #F2BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC7B; }
p { color: rgb(242,188,123); }
H1.HeaderClassName
{
color: #F2BC7B;
}
.AnyTagClassName
{
color: #F2BC7B;
}
</style>
background-color css
<style>
a { background-color: #F2BC7B; }
a { background-color: rgb(242,188,123); }
div.DivClassName
{
background-color: #F2BC7B;
}
.BgClassName
{
background-color: #F2BC7B;
}
</style>
border-color css
<style>
span { border-color: #F2BC7B; }
span { border-color: rgb(242,188,123); }
td.TdClassName
{
border-color: #F2BC7B;
}
.TagClassName
{
border-color: #F2BC7B;
}
</style>