Shades of Corvette #F3C288
Tints of Corvette #F3C288
RGB
CMYK
RGB Variations
Color information
#F3C288 (or 0xF3C288) is known color: Corvette. HEX triplet: F3, C2 and 88. RGB value is (243,194,136). Sum of RGB (Red+Green+Blue) = 243+194+136=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C288 is #0C3D77. Grayscale: #CACACA. Windows color (decimal): -802168 or 8962803. OLE color: 8962803.
HSL color Cylindrical-coordinate representation of color #F3C288: hue angle of 32.52º 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 #F3C288 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 136 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.05 |
| HSL | 32.52º | 0.82% | 0.74% | - |
| HSV(B) | 32.52º | 0.44% | 0.95% | - |
| XYZ | 60.7 | 59.42 | 31.56 | - |
| YUV | 202.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 136 | 0 | 0.20 | 0.44 | 0.05 | 32.52 | 0.82 | 0.74 |
| Hex | F3 | C2 | 88 | 0 | 14 | 2C | 5 | 21 | 52 | 4A |
| Octal | 363 | 302 | 210 | 0 | 24 | 54 | 5 | 41 | 122 | 112 |
| Binary | 11110011 | 11000010 | 10001000 | 0 | 10100 | 101100 | 101 | 100001 | 1010010 | 1001010 |
Color Harmonies of #F3C288
Complementary color
Monochromatic Colors of #F3C288
Black with #F3C288
Text Example
Text Example
White with #F3C288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C288; }
p { color: rgb(243,194,136); }
H1.HeaderClassName
{
color: #F3C288;
}
.AnyTagClassName
{
color: #F3C288;
}
</style>
background-color css
<style>
a { background-color: #F3C288; }
a { background-color: rgb(243,194,136); }
div.DivClassName
{
background-color: #F3C288;
}
.BgClassName
{
background-color: #F3C288;
}
</style>
border-color css
<style>
span { border-color: #F3C288; }
span { border-color: rgb(243,194,136); }
td.TdClassName
{
border-color: #F3C288;
}
.TagClassName
{
border-color: #F3C288;
}
</style>