Shades of Corvette #F2BC8B
Tints of Corvette #F2BC8B
RGB
CMYK
RGB Variations
Color information
#F2BC8B (or 0xF2BC8B) is known color: Corvette. HEX triplet: F2, BC and 8B. RGB value is (242,188,139). Sum of RGB (Red+Green+Blue) = 242+188+139=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BC8B is #0D4374. Grayscale: #C6C6C6. Windows color (decimal): -869237 or 9157874. OLE color: 9157874.
HSL color Cylindrical-coordinate representation of color #F2BC8B: hue angle of 28.54º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2BC8B is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 139 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.05 |
| HSL | 28.54º | 0.8% | 0.75% | - |
| HSV(B) | 28.54º | 0.43% | 0.95% | - |
| XYZ | 59.26 | 56.71 | 32.25 | - |
| YUV | 198.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 139 | 0 | 0.22 | 0.43 | 0.05 | 28.54 | 0.8 | 0.75 |
| Hex | F2 | BC | 8B | 0 | 16 | 2B | 5 | 1D | 50 | 4B |
| Octal | 362 | 274 | 213 | 0 | 26 | 53 | 5 | 35 | 120 | 113 |
| Binary | 11110010 | 10111100 | 10001011 | 0 | 10110 | 101011 | 101 | 11101 | 1010000 | 1001011 |
Color Harmonies of #F2BC8B
Complementary color
Monochromatic Colors of #F2BC8B
Black with #F2BC8B
Text Example
Text Example
White with #F2BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC8B; }
p { color: rgb(242,188,139); }
H1.HeaderClassName
{
color: #F2BC8B;
}
.AnyTagClassName
{
color: #F2BC8B;
}
</style>
background-color css
<style>
a { background-color: #F2BC8B; }
a { background-color: rgb(242,188,139); }
div.DivClassName
{
background-color: #F2BC8B;
}
.BgClassName
{
background-color: #F2BC8B;
}
</style>
border-color css
<style>
span { border-color: #F2BC8B; }
span { border-color: rgb(242,188,139); }
td.TdClassName
{
border-color: #F2BC8B;
}
.TagClassName
{
border-color: #F2BC8B;
}
</style>