Shades of Corvette #F2BC7C
Tints of Corvette #F2BC7C
RGB
CMYK
RGB Variations
Color information
#F2BC7C (or 0xF2BC7C) is known color: Corvette. HEX triplet: F2, BC and 7C. RGB value is (242,188,124). Sum of RGB (Red+Green+Blue) = 242+188+124=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC7C is #0D4383. Grayscale: #C5C5C5. Windows color (decimal): -869252 or 8174834. OLE color: 8174834.
HSL color Cylindrical-coordinate representation of color #F2BC7C: hue angle of 32.54º 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 #F2BC7C is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 124 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.05 |
| HSL | 32.54º | 0.82% | 0.72% | - |
| HSV(B) | 32.54º | 0.49% | 0.95% | - |
| XYZ | 58.24 | 56.3 | 26.87 | - |
| YUV | 196.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 124 | 0 | 0.22 | 0.49 | 0.05 | 32.54 | 0.82 | 0.72 |
| Hex | F2 | BC | 7C | 0 | 16 | 31 | 5 | 21 | 52 | 48 |
| Octal | 362 | 274 | 174 | 0 | 26 | 61 | 5 | 41 | 122 | 110 |
| Binary | 11110010 | 10111100 | 1111100 | 0 | 10110 | 110001 | 101 | 100001 | 1010010 | 1001000 |
Color Harmonies of #F2BC7C
Complementary color
Monochromatic Colors of #F2BC7C
Black with #F2BC7C
Text Example
Text Example
White with #F2BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC7C; }
p { color: rgb(242,188,124); }
H1.HeaderClassName
{
color: #F2BC7C;
}
.AnyTagClassName
{
color: #F2BC7C;
}
</style>
background-color css
<style>
a { background-color: #F2BC7C; }
a { background-color: rgb(242,188,124); }
div.DivClassName
{
background-color: #F2BC7C;
}
.BgClassName
{
background-color: #F2BC7C;
}
</style>
border-color css
<style>
span { border-color: #F2BC7C; }
span { border-color: rgb(242,188,124); }
td.TdClassName
{
border-color: #F2BC7C;
}
.TagClassName
{
border-color: #F2BC7C;
}
</style>