Shades of Corvette #F5BF8D
Tints of Corvette #F5BF8D
RGB
CMYK
RGB Variations
Color information
#F5BF8D (or 0xF5BF8D) is known color: Corvette. HEX triplet: F5, BF and 8D. RGB value is (245,191,141). Sum of RGB (Red+Green+Blue) = 245+191+141=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BF8D is #0A4072. Grayscale: #C9C9C9. Windows color (decimal): -671859 or 9289717. OLE color: 9289717.
HSL color Cylindrical-coordinate representation of color #F5BF8D: hue angle of 28.85º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5BF8D is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 141 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.04 |
| HSL | 28.85º | 0.84% | 0.76% | - |
| HSV(B) | 28.85º | 0.42% | 0.96% | - |
| XYZ | 61.09 | 58.6 | 33.29 | - |
| YUV | 201.45 | 93.89 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 141 | 0 | 0.22 | 0.42 | 0.04 | 28.85 | 0.84 | 0.76 |
| Hex | F5 | BF | 8D | 0 | 16 | 2A | 4 | 1D | 54 | 4C |
| Octal | 365 | 277 | 215 | 0 | 26 | 52 | 4 | 35 | 124 | 114 |
| Binary | 11110101 | 10111111 | 10001101 | 0 | 10110 | 101010 | 100 | 11101 | 1010100 | 1001100 |
Color Harmonies of #F5BF8D
Complementary color
Monochromatic Colors of #F5BF8D
Black with #F5BF8D
Text Example
Text Example
White with #F5BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BF8D; }
p { color: rgb(245,191,141); }
H1.HeaderClassName
{
color: #F5BF8D;
}
.AnyTagClassName
{
color: #F5BF8D;
}
</style>
background-color css
<style>
a { background-color: #F5BF8D; }
a { background-color: rgb(245,191,141); }
div.DivClassName
{
background-color: #F5BF8D;
}
.BgClassName
{
background-color: #F5BF8D;
}
</style>
border-color css
<style>
span { border-color: #F5BF8D; }
span { border-color: rgb(245,191,141); }
td.TdClassName
{
border-color: #F5BF8D;
}
.TagClassName
{
border-color: #F5BF8D;
}
</style>