Shades of Corvette #F2BC7D
Tints of Corvette #F2BC7D
RGB
CMYK
RGB Variations
Color information
#F2BC7D (or 0xF2BC7D) is known color: Corvette. HEX triplet: F2, BC and 7D. RGB value is (242,188,125). Sum of RGB (Red+Green+Blue) = 242+188+125=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC7D is #0D4382. Grayscale: #C5C5C5. Windows color (decimal): -869251 or 8240370. OLE color: 8240370.
HSL color Cylindrical-coordinate representation of color #F2BC7D: hue angle of 32.31º 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 #F2BC7D is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 125 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.05 |
| HSL | 32.31º | 0.82% | 0.72% | - |
| HSV(B) | 32.31º | 0.48% | 0.95% | - |
| XYZ | 58.3 | 56.32 | 27.2 | - |
| YUV | 196.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 125 | 0 | 0.22 | 0.48 | 0.05 | 32.31 | 0.82 | 0.72 |
| Hex | F2 | BC | 7D | 0 | 16 | 30 | 5 | 20 | 52 | 48 |
| Octal | 362 | 274 | 175 | 0 | 26 | 60 | 5 | 40 | 122 | 110 |
| Binary | 11110010 | 10111100 | 1111101 | 0 | 10110 | 110000 | 101 | 100000 | 1010010 | 1001000 |
Color Harmonies of #F2BC7D
Complementary color
Monochromatic Colors of #F2BC7D
Black with #F2BC7D
Text Example
Text Example
White with #F2BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC7D; }
p { color: rgb(242,188,125); }
H1.HeaderClassName
{
color: #F2BC7D;
}
.AnyTagClassName
{
color: #F2BC7D;
}
</style>
background-color css
<style>
a { background-color: #F2BC7D; }
a { background-color: rgb(242,188,125); }
div.DivClassName
{
background-color: #F2BC7D;
}
.BgClassName
{
background-color: #F2BC7D;
}
</style>
border-color css
<style>
span { border-color: #F2BC7D; }
span { border-color: rgb(242,188,125); }
td.TdClassName
{
border-color: #F2BC7D;
}
.TagClassName
{
border-color: #F2BC7D;
}
</style>