Shades of Corvette #F2B488
Tints of Corvette #F2B488
RGB
CMYK
RGB Variations
Color information
#F2B488 (or 0xF2B488) is known color: Corvette. HEX triplet: F2, B4 and 88. RGB value is (242,180,136). Sum of RGB (Red+Green+Blue) = 242+180+136=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B488 is #0D4B77. Grayscale: #C1C1C1. Windows color (decimal): -871288 or 8959218. OLE color: 8959218.
HSL color Cylindrical-coordinate representation of color #F2B488: hue angle of 24.91º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2B488 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 136 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.05 |
| HSL | 24.91º | 0.8% | 0.74% | - |
| HSV(B) | 24.91º | 0.44% | 0.95% | - |
| XYZ | 57.38 | 53.3 | 30.56 | - |
| YUV | 193.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 136 | 0 | 0.26 | 0.44 | 0.05 | 24.91 | 0.8 | 0.74 |
| Hex | F2 | B4 | 88 | 0 | 1A | 2C | 5 | 19 | 50 | 4A |
| Octal | 362 | 264 | 210 | 0 | 32 | 54 | 5 | 31 | 120 | 112 |
| Binary | 11110010 | 10110100 | 10001000 | 0 | 11010 | 101100 | 101 | 11001 | 1010000 | 1001010 |
Color Harmonies of #F2B488
Complementary color
Monochromatic Colors of #F2B488
Black with #F2B488
Text Example
Text Example
White with #F2B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B488; }
p { color: rgb(242,180,136); }
H1.HeaderClassName
{
color: #F2B488;
}
.AnyTagClassName
{
color: #F2B488;
}
</style>
background-color css
<style>
a { background-color: #F2B488; }
a { background-color: rgb(242,180,136); }
div.DivClassName
{
background-color: #F2B488;
}
.BgClassName
{
background-color: #F2B488;
}
</style>
border-color css
<style>
span { border-color: #F2B488; }
span { border-color: rgb(242,180,136); }
td.TdClassName
{
border-color: #F2B488;
}
.TagClassName
{
border-color: #F2B488;
}
</style>