Shades of Corvette #F2C286
Tints of Corvette #F2C286
RGB
CMYK
RGB Variations
Color information
#F2C286 (or 0xF2C286) is known color: Corvette. HEX triplet: F2, C2 and 86. RGB value is (242,194,134). Sum of RGB (Red+Green+Blue) = 242+194+134=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C286 is #0D3D79. Grayscale: #C9C9C9. Windows color (decimal): -867706 or 8831730. OLE color: 8831730.
HSL color Cylindrical-coordinate representation of color #F2C286: hue angle of 33.33º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2C286 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 134 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.05 |
| HSL | 33.33º | 0.81% | 0.74% | - |
| HSV(B) | 33.33º | 0.45% | 0.95% | - |
| XYZ | 60.21 | 59.18 | 30.8 | - |
| YUV | 201.51 | 89.9 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 134 | 0 | 0.20 | 0.45 | 0.05 | 33.33 | 0.81 | 0.74 |
| Hex | F2 | C2 | 86 | 0 | 14 | 2D | 5 | 21 | 51 | 4A |
| Octal | 362 | 302 | 206 | 0 | 24 | 55 | 5 | 41 | 121 | 112 |
| Binary | 11110010 | 11000010 | 10000110 | 0 | 10100 | 101101 | 101 | 100001 | 1010001 | 1001010 |
Color Harmonies of #F2C286
Complementary color
Monochromatic Colors of #F2C286
Black with #F2C286
Text Example
Text Example
White with #F2C286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C286; }
p { color: rgb(242,194,134); }
H1.HeaderClassName
{
color: #F2C286;
}
.AnyTagClassName
{
color: #F2C286;
}
</style>
background-color css
<style>
a { background-color: #F2C286; }
a { background-color: rgb(242,194,134); }
div.DivClassName
{
background-color: #F2C286;
}
.BgClassName
{
background-color: #F2C286;
}
</style>
border-color css
<style>
span { border-color: #F2C286; }
span { border-color: rgb(242,194,134); }
td.TdClassName
{
border-color: #F2C286;
}
.TagClassName
{
border-color: #F2C286;
}
</style>