Shades of Corvette #F2BC7E
Tints of Corvette #F2BC7E
RGB
CMYK
RGB Variations
Color information
#F2BC7E (or 0xF2BC7E) is known color: Corvette. HEX triplet: F2, BC and 7E. RGB value is (242,188,126). Sum of RGB (Red+Green+Blue) = 242+188+126=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC7E is #0D4381. Grayscale: #C5C5C5. Windows color (decimal): -869250 or 8305906. OLE color: 8305906.
HSL color Cylindrical-coordinate representation of color #F2BC7E: hue angle of 32.07º 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 #F2BC7E is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 126 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.05 |
| HSL | 32.07º | 0.82% | 0.72% | - |
| HSV(B) | 32.07º | 0.48% | 0.95% | - |
| XYZ | 58.37 | 56.35 | 27.54 | - |
| YUV | 197.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 126 | 0 | 0.22 | 0.48 | 0.05 | 32.07 | 0.82 | 0.72 |
| Hex | F2 | BC | 7E | 0 | 16 | 30 | 5 | 20 | 52 | 48 |
| Octal | 362 | 274 | 176 | 0 | 26 | 60 | 5 | 40 | 122 | 110 |
| Binary | 11110010 | 10111100 | 1111110 | 0 | 10110 | 110000 | 101 | 100000 | 1010010 | 1001000 |
Color Harmonies of #F2BC7E
Complementary color
Monochromatic Colors of #F2BC7E
Black with #F2BC7E
Text Example
Text Example
White with #F2BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC7E; }
p { color: rgb(242,188,126); }
H1.HeaderClassName
{
color: #F2BC7E;
}
.AnyTagClassName
{
color: #F2BC7E;
}
</style>
background-color css
<style>
a { background-color: #F2BC7E; }
a { background-color: rgb(242,188,126); }
div.DivClassName
{
background-color: #F2BC7E;
}
.BgClassName
{
background-color: #F2BC7E;
}
</style>
border-color css
<style>
span { border-color: #F2BC7E; }
span { border-color: rgb(242,188,126); }
td.TdClassName
{
border-color: #F2BC7E;
}
.TagClassName
{
border-color: #F2BC7E;
}
</style>