Shades of Corvette #F5C188
Tints of Corvette #F5C188
RGB
CMYK
RGB Variations
Color information
#F5C188 (or 0xF5C188) is known color: Corvette. HEX triplet: F5, C1 and 88. RGB value is (245,193,136). Sum of RGB (Red+Green+Blue) = 245+193+136=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 136 (53.52% from 255 or 23.69% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C188 is #0A3E77. Grayscale: #CACACA. Windows color (decimal): -671352 or 8962549. OLE color: 8962549.
HSL color Cylindrical-coordinate representation of color #F5C188: hue angle of 31.38º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5C188 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 136 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.04 |
| HSL | 31.38º | 0.84% | 0.75% | - |
| HSV(B) | 31.38º | 0.44% | 0.96% | - |
| XYZ | 61.17 | 59.33 | 31.52 | - |
| YUV | 202.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 136 | 0 | 0.21 | 0.44 | 0.04 | 31.38 | 0.84 | 0.75 |
| Hex | F5 | C1 | 88 | 0 | 15 | 2C | 4 | 1F | 54 | 4B |
| Octal | 365 | 301 | 210 | 0 | 25 | 54 | 4 | 37 | 124 | 113 |
| Binary | 11110101 | 11000001 | 10001000 | 0 | 10101 | 101100 | 100 | 11111 | 1010100 | 1001011 |
Color Harmonies of #F5C188
Complementary color
Monochromatic Colors of #F5C188
Black with #F5C188
Text Example
Text Example
White with #F5C188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C188; }
p { color: rgb(245,193,136); }
H1.HeaderClassName
{
color: #F5C188;
}
.AnyTagClassName
{
color: #F5C188;
}
</style>
background-color css
<style>
a { background-color: #F5C188; }
a { background-color: rgb(245,193,136); }
div.DivClassName
{
background-color: #F5C188;
}
.BgClassName
{
background-color: #F5C188;
}
</style>
border-color css
<style>
span { border-color: #F5C188; }
span { border-color: rgb(245,193,136); }
td.TdClassName
{
border-color: #F5C188;
}
.TagClassName
{
border-color: #F5C188;
}
</style>