Shades of Corvette #F3C080
Tints of Corvette #F3C080
RGB
CMYK
RGB Variations
Color information
#F3C080 (or 0xF3C080) is known color: Corvette. HEX triplet: F3, C0 and 80. RGB value is (243,192,128). Sum of RGB (Red+Green+Blue) = 243+192+128=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C080 is #0C3F7F. Grayscale: #C8C8C8. Windows color (decimal): -802688 or 8438003. OLE color: 8438003.
HSL color Cylindrical-coordinate representation of color #F3C080: hue angle of 33.39º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3C080 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 128 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.05 |
| HSL | 33.39º | 0.83% | 0.73% | - |
| HSV(B) | 33.39º | 0.47% | 0.95% | - |
| XYZ | 59.71 | 58.31 | 28.53 | - |
| YUV | 199.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 128 | 0 | 0.21 | 0.47 | 0.05 | 33.39 | 0.83 | 0.73 |
| Hex | F3 | C0 | 80 | 0 | 15 | 2F | 5 | 21 | 53 | 49 |
| Octal | 363 | 300 | 200 | 0 | 25 | 57 | 5 | 41 | 123 | 111 |
| Binary | 11110011 | 11000000 | 10000000 | 0 | 10101 | 101111 | 101 | 100001 | 1010011 | 1001001 |
Color Harmonies of #F3C080
Complementary color
Monochromatic Colors of #F3C080
Black with #F3C080
Text Example
Text Example
White with #F3C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C080; }
p { color: rgb(243,192,128); }
H1.HeaderClassName
{
color: #F3C080;
}
.AnyTagClassName
{
color: #F3C080;
}
</style>
background-color css
<style>
a { background-color: #F3C080; }
a { background-color: rgb(243,192,128); }
div.DivClassName
{
background-color: #F3C080;
}
.BgClassName
{
background-color: #F3C080;
}
</style>
border-color css
<style>
span { border-color: #F3C080; }
span { border-color: rgb(243,192,128); }
td.TdClassName
{
border-color: #F3C080;
}
.TagClassName
{
border-color: #F3C080;
}
</style>