Shades of Corvette #F5BD80
Tints of Corvette #F5BD80
RGB
CMYK
RGB Variations
Color information
#F5BD80 (or 0xF5BD80) is known color: Corvette. HEX triplet: F5, BD and 80. RGB value is (245,189,128). Sum of RGB (Red+Green+Blue) = 245+189+128=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BD80 is #0A427F. Grayscale: #C7C7C7. Windows color (decimal): -672384 or 8437237. OLE color: 8437237.
HSL color Cylindrical-coordinate representation of color #F5BD80: hue angle of 31.28º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5BD80 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 128 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.04 |
| HSL | 31.28º | 0.85% | 0.73% | - |
| HSV(B) | 31.28º | 0.48% | 0.96% | - |
| XYZ | 59.75 | 57.37 | 28.35 | - |
| YUV | 198.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 128 | 0 | 0.23 | 0.48 | 0.04 | 31.28 | 0.85 | 0.73 |
| Hex | F5 | BD | 80 | 0 | 17 | 30 | 4 | 1F | 55 | 49 |
| Octal | 365 | 275 | 200 | 0 | 27 | 60 | 4 | 37 | 125 | 111 |
| Binary | 11110101 | 10111101 | 10000000 | 0 | 10111 | 110000 | 100 | 11111 | 1010101 | 1001001 |
Color Harmonies of #F5BD80
Complementary color
Monochromatic Colors of #F5BD80
Black with #F5BD80
Text Example
Text Example
White with #F5BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD80; }
p { color: rgb(245,189,128); }
H1.HeaderClassName
{
color: #F5BD80;
}
.AnyTagClassName
{
color: #F5BD80;
}
</style>
background-color css
<style>
a { background-color: #F5BD80; }
a { background-color: rgb(245,189,128); }
div.DivClassName
{
background-color: #F5BD80;
}
.BgClassName
{
background-color: #F5BD80;
}
</style>
border-color css
<style>
span { border-color: #F5BD80; }
span { border-color: rgb(245,189,128); }
td.TdClassName
{
border-color: #F5BD80;
}
.TagClassName
{
border-color: #F5BD80;
}
</style>