Shades of Corvette #F6C083
Tints of Corvette #F6C083
RGB
CMYK
RGB Variations
Color information
#F6C083 (or 0xF6C083) is known color: Corvette. HEX triplet: F6, C0 and 83. RGB value is (246,192,131). Sum of RGB (Red+Green+Blue) = 246+192+131=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C083 is #093F7C. Grayscale: #C9C9C9. Windows color (decimal): -606077 or 8634614. OLE color: 8634614.
HSL color Cylindrical-coordinate representation of color #F6C083: hue angle of 31.83º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6C083 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 131 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.04 |
| HSL | 31.83º | 0.86% | 0.74% | - |
| HSV(B) | 31.83º | 0.47% | 0.96% | - |
| XYZ | 60.95 | 58.93 | 29.63 | - |
| YUV | 201.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 131 | 0 | 0.22 | 0.47 | 0.04 | 31.83 | 0.86 | 0.74 |
| Hex | F6 | C0 | 83 | 0 | 16 | 2F | 4 | 20 | 56 | 4A |
| Octal | 366 | 300 | 203 | 0 | 26 | 57 | 4 | 40 | 126 | 112 |
| Binary | 11110110 | 11000000 | 10000011 | 0 | 10110 | 101111 | 100 | 100000 | 1010110 | 1001010 |
Color Harmonies of #F6C083
Complementary color
Monochromatic Colors of #F6C083
Black with #F6C083
Text Example
Text Example
White with #F6C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C083; }
p { color: rgb(246,192,131); }
H1.HeaderClassName
{
color: #F6C083;
}
.AnyTagClassName
{
color: #F6C083;
}
</style>
background-color css
<style>
a { background-color: #F6C083; }
a { background-color: rgb(246,192,131); }
div.DivClassName
{
background-color: #F6C083;
}
.BgClassName
{
background-color: #F6C083;
}
</style>
border-color css
<style>
span { border-color: #F6C083; }
span { border-color: rgb(246,192,131); }
td.TdClassName
{
border-color: #F6C083;
}
.TagClassName
{
border-color: #F6C083;
}
</style>