Shades of Corvette #F6BF87
Tints of Corvette #F6BF87
RGB
CMYK
RGB Variations
Color information
#F6BF87 (or 0xF6BF87) is known color: Corvette. HEX triplet: F6, BF and 87. RGB value is (246,191,135). Sum of RGB (Red+Green+Blue) = 246+191+135=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 135 (53.12% from 255 or 23.60% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BF87 is #094078. Grayscale: #C9C9C9. Windows color (decimal): -606329 or 8896502. OLE color: 8896502.
HSL color Cylindrical-coordinate representation of color #F6BF87: hue angle of 30.27º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6BF87 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 135 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.04 |
| HSL | 30.27º | 0.86% | 0.75% | - |
| HSV(B) | 30.27º | 0.45% | 0.96% | - |
| XYZ | 61.01 | 58.6 | 31.02 | - |
| YUV | 201.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 135 | 0 | 0.22 | 0.45 | 0.04 | 30.27 | 0.86 | 0.75 |
| Hex | F6 | BF | 87 | 0 | 16 | 2D | 4 | 1E | 56 | 4B |
| Octal | 366 | 277 | 207 | 0 | 26 | 55 | 4 | 36 | 126 | 113 |
| Binary | 11110110 | 10111111 | 10000111 | 0 | 10110 | 101101 | 100 | 11110 | 1010110 | 1001011 |
Color Harmonies of #F6BF87
Complementary color
Monochromatic Colors of #F6BF87
Black with #F6BF87
Text Example
Text Example
White with #F6BF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BF87; }
p { color: rgb(246,191,135); }
H1.HeaderClassName
{
color: #F6BF87;
}
.AnyTagClassName
{
color: #F6BF87;
}
</style>
background-color css
<style>
a { background-color: #F6BF87; }
a { background-color: rgb(246,191,135); }
div.DivClassName
{
background-color: #F6BF87;
}
.BgClassName
{
background-color: #F6BF87;
}
</style>
border-color css
<style>
span { border-color: #F6BF87; }
span { border-color: rgb(246,191,135); }
td.TdClassName
{
border-color: #F6BF87;
}
.TagClassName
{
border-color: #F6BF87;
}
</style>