Shades of Corvette #F6C085
Tints of Corvette #F6C085
RGB
CMYK
RGB Variations
Color information
#F6C085 (or 0xF6C085) is known color: Corvette. HEX triplet: F6, C0 and 85. RGB value is (246,192,133). Sum of RGB (Red+Green+Blue) = 246+192+133=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C085 is #093F7A. Grayscale: #C9C9C9. Windows color (decimal): -606075 or 8765686. OLE color: 8765686.
HSL color Cylindrical-coordinate representation of color #F6C085: hue angle of 31.33º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6C085 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 133 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.04 |
| HSL | 31.33º | 0.86% | 0.74% | - |
| HSV(B) | 31.33º | 0.46% | 0.96% | - |
| XYZ | 61.09 | 58.99 | 30.36 | - |
| YUV | 201.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 133 | 0 | 0.22 | 0.46 | 0.04 | 31.33 | 0.86 | 0.74 |
| Hex | F6 | C0 | 85 | 0 | 16 | 2E | 4 | 1F | 56 | 4A |
| Octal | 366 | 300 | 205 | 0 | 26 | 56 | 4 | 37 | 126 | 112 |
| Binary | 11110110 | 11000000 | 10000101 | 0 | 10110 | 101110 | 100 | 11111 | 1010110 | 1001010 |
Color Harmonies of #F6C085
Complementary color
Monochromatic Colors of #F6C085
Black with #F6C085
Text Example
Text Example
White with #F6C085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C085; }
p { color: rgb(246,192,133); }
H1.HeaderClassName
{
color: #F6C085;
}
.AnyTagClassName
{
color: #F6C085;
}
</style>
background-color css
<style>
a { background-color: #F6C085; }
a { background-color: rgb(246,192,133); }
div.DivClassName
{
background-color: #F6C085;
}
.BgClassName
{
background-color: #F6C085;
}
</style>
border-color css
<style>
span { border-color: #F6C085; }
span { border-color: rgb(246,192,133); }
td.TdClassName
{
border-color: #F6C085;
}
.TagClassName
{
border-color: #F6C085;
}
</style>