Shades of Corvette #F5C080
Tints of Corvette #F5C080
RGB
CMYK
RGB Variations
Color information
#F5C080 (or 0xF5C080) is known color: Corvette. HEX triplet: F5, C0 and 80. RGB value is (245,192,128). Sum of RGB (Red+Green+Blue) = 245+192+128=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C080 is #0A3F7F. Grayscale: #C8C8C8. Windows color (decimal): -671616 or 8438005. OLE color: 8438005.
HSL color Cylindrical-coordinate representation of color #F5C080: hue angle of 32.82º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5C080 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 128 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.04 |
| HSL | 32.82º | 0.85% | 0.73% | - |
| HSV(B) | 32.82º | 0.48% | 0.96% | - |
| XYZ | 60.4 | 58.67 | 28.56 | - |
| YUV | 200.55 | 87.06 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 128 | 0 | 0.22 | 0.48 | 0.04 | 32.82 | 0.85 | 0.73 |
| Hex | F5 | C0 | 80 | 0 | 16 | 30 | 4 | 21 | 55 | 49 |
| Octal | 365 | 300 | 200 | 0 | 26 | 60 | 4 | 41 | 125 | 111 |
| Binary | 11110101 | 11000000 | 10000000 | 0 | 10110 | 110000 | 100 | 100001 | 1010101 | 1001001 |
Color Harmonies of #F5C080
Complementary color
Monochromatic Colors of #F5C080
Black with #F5C080
Text Example
Text Example
White with #F5C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C080; }
p { color: rgb(245,192,128); }
H1.HeaderClassName
{
color: #F5C080;
}
.AnyTagClassName
{
color: #F5C080;
}
</style>
background-color css
<style>
a { background-color: #F5C080; }
a { background-color: rgb(245,192,128); }
div.DivClassName
{
background-color: #F5C080;
}
.BgClassName
{
background-color: #F5C080;
}
</style>
border-color css
<style>
span { border-color: #F5C080; }
span { border-color: rgb(245,192,128); }
td.TdClassName
{
border-color: #F5C080;
}
.TagClassName
{
border-color: #F5C080;
}
</style>