Shades of Corvette #F2C187
Tints of Corvette #F2C187
RGB
CMYK
RGB Variations
Color information
#F2C187 (or 0xF2C187) is known color: Corvette. HEX triplet: F2, C1 and 87. RGB value is (242,193,135). Sum of RGB (Red+Green+Blue) = 242+193+135=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 135 (53.12% from 255 or 23.68% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C187 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C187 is #0D3E78. Grayscale: #C9C9C9. Windows color (decimal): -867961 or 8897010. OLE color: 8897010.
HSL color Cylindrical-coordinate representation of color #F2C187: hue angle of 32.52º 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 #F2C187 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 135 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.05 |
| HSL | 32.52º | 0.8% | 0.74% | - |
| HSV(B) | 32.52º | 0.44% | 0.95% | - |
| XYZ | 60.06 | 58.77 | 31.1 | - |
| YUV | 201.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 135 | 0 | 0.20 | 0.44 | 0.05 | 32.52 | 0.8 | 0.74 |
| Hex | F2 | C1 | 87 | 0 | 14 | 2C | 5 | 21 | 50 | 4A |
| Octal | 362 | 301 | 207 | 0 | 24 | 54 | 5 | 41 | 120 | 112 |
| Binary | 11110010 | 11000001 | 10000111 | 0 | 10100 | 101100 | 101 | 100001 | 1010000 | 1001010 |
Color Harmonies of #F2C187
Complementary color
Monochromatic Colors of #F2C187
Black with #F2C187
Text Example
Text Example
White with #F2C187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C187; }
p { color: rgb(242,193,135); }
H1.HeaderClassName
{
color: #F2C187;
}
.AnyTagClassName
{
color: #F2C187;
}
</style>
background-color css
<style>
a { background-color: #F2C187; }
a { background-color: rgb(242,193,135); }
div.DivClassName
{
background-color: #F2C187;
}
.BgClassName
{
background-color: #F2C187;
}
</style>
border-color css
<style>
span { border-color: #F2C187; }
span { border-color: rgb(242,193,135); }
td.TdClassName
{
border-color: #F2C187;
}
.TagClassName
{
border-color: #F2C187;
}
</style>