Shades of Corvette #F0BC80
Tints of Corvette #F0BC80
RGB
CMYK
RGB Variations
Color information
#F0BC80 (or 0xF0BC80) is known color: Corvette. HEX triplet: F0, BC and 80. RGB value is (240,188,128). Sum of RGB (Red+Green+Blue) = 240+188+128=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BC80 is #0F437F. Grayscale: #C5C5C5. Windows color (decimal): -1000320 or 8436976. OLE color: 8436976.
HSL color Cylindrical-coordinate representation of color #F0BC80: hue angle of 32.14º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0BC80 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 128 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.06 |
| HSL | 32.14º | 0.79% | 0.72% | - |
| HSV(B) | 32.14º | 0.47% | 0.94% | - |
| XYZ | 57.81 | 56.05 | 28.19 | - |
| YUV | 196.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 128 | 0 | 0.22 | 0.47 | 0.06 | 32.14 | 0.79 | 0.72 |
| Hex | F0 | BC | 80 | 0 | 16 | 2F | 6 | 20 | 4F | 48 |
| Octal | 360 | 274 | 200 | 0 | 26 | 57 | 6 | 40 | 117 | 110 |
| Binary | 11110000 | 10111100 | 10000000 | 0 | 10110 | 101111 | 110 | 100000 | 1001111 | 1001000 |
Color Harmonies of #F0BC80
Complementary color
Monochromatic Colors of #F0BC80
Black with #F0BC80
Text Example
Text Example
White with #F0BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC80; }
p { color: rgb(240,188,128); }
H1.HeaderClassName
{
color: #F0BC80;
}
.AnyTagClassName
{
color: #F0BC80;
}
</style>
background-color css
<style>
a { background-color: #F0BC80; }
a { background-color: rgb(240,188,128); }
div.DivClassName
{
background-color: #F0BC80;
}
.BgClassName
{
background-color: #F0BC80;
}
</style>
border-color css
<style>
span { border-color: #F0BC80; }
span { border-color: rgb(240,188,128); }
td.TdClassName
{
border-color: #F0BC80;
}
.TagClassName
{
border-color: #F0BC80;
}
</style>