Shades of Corvette #F3C088
Tints of Corvette #F3C088
RGB
CMYK
RGB Variations
Color information
#F3C088 (or 0xF3C088) is known color: Corvette. HEX triplet: F3, C0 and 88. RGB value is (243,192,136). Sum of RGB (Red+Green+Blue) = 243+192+136=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C088 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C088 is #0C3F77. Grayscale: #C9C9C9. Windows color (decimal): -802680 or 8962291. OLE color: 8962291.
HSL color Cylindrical-coordinate representation of color #F3C088: hue angle of 31.4º degrees, saturation: 0.82, 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 #F3C088 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 136 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.05 |
| HSL | 31.4º | 0.82% | 0.74% | - |
| HSV(B) | 31.4º | 0.44% | 0.95% | - |
| XYZ | 60.26 | 58.53 | 31.41 | - |
| YUV | 200.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 136 | 0 | 0.21 | 0.44 | 0.05 | 31.4 | 0.82 | 0.74 |
| Hex | F3 | C0 | 88 | 0 | 15 | 2C | 5 | 1F | 52 | 4A |
| Octal | 363 | 300 | 210 | 0 | 25 | 54 | 5 | 37 | 122 | 112 |
| Binary | 11110011 | 11000000 | 10001000 | 0 | 10101 | 101100 | 101 | 11111 | 1010010 | 1001010 |
Color Harmonies of #F3C088
Complementary color
Monochromatic Colors of #F3C088
Black with #F3C088
Text Example
Text Example
White with #F3C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C088; }
p { color: rgb(243,192,136); }
H1.HeaderClassName
{
color: #F3C088;
}
.AnyTagClassName
{
color: #F3C088;
}
</style>
background-color css
<style>
a { background-color: #F3C088; }
a { background-color: rgb(243,192,136); }
div.DivClassName
{
background-color: #F3C088;
}
.BgClassName
{
background-color: #F3C088;
}
</style>
border-color css
<style>
span { border-color: #F3C088; }
span { border-color: rgb(243,192,136); }
td.TdClassName
{
border-color: #F3C088;
}
.TagClassName
{
border-color: #F3C088;
}
</style>