Shades of Corvette #F0BA88
Tints of Corvette #F0BA88
RGB
CMYK
RGB Variations
Color information
#F0BA88 (or 0xF0BA88) is known color: Corvette. HEX triplet: F0, BA and 88. RGB value is (240,186,136). Sum of RGB (Red+Green+Blue) = 240+186+136=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BA88 is #0F4577. Grayscale: #C4C4C4. Windows color (decimal): -1000824 or 8960752. OLE color: 8960752.
HSL color Cylindrical-coordinate representation of color #F0BA88: hue angle of 28.85º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0BA88 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 136 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.06 |
| HSL | 28.85º | 0.78% | 0.74% | - |
| HSV(B) | 28.85º | 0.43% | 0.94% | - |
| XYZ | 57.94 | 55.42 | 30.94 | - |
| YUV | 196.45 | 93.89 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 136 | 0 | 0.22 | 0.43 | 0.06 | 28.85 | 0.78 | 0.74 |
| Hex | F0 | BA | 88 | 0 | 16 | 2B | 6 | 1D | 4E | 4A |
| Octal | 360 | 272 | 210 | 0 | 26 | 53 | 6 | 35 | 116 | 112 |
| Binary | 11110000 | 10111010 | 10001000 | 0 | 10110 | 101011 | 110 | 11101 | 1001110 | 1001010 |
Color Harmonies of #F0BA88
Complementary color
Monochromatic Colors of #F0BA88
Black with #F0BA88
Text Example
Text Example
White with #F0BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA88; }
p { color: rgb(240,186,136); }
H1.HeaderClassName
{
color: #F0BA88;
}
.AnyTagClassName
{
color: #F0BA88;
}
</style>
background-color css
<style>
a { background-color: #F0BA88; }
a { background-color: rgb(240,186,136); }
div.DivClassName
{
background-color: #F0BA88;
}
.BgClassName
{
background-color: #F0BA88;
}
</style>
border-color css
<style>
span { border-color: #F0BA88; }
span { border-color: rgb(240,186,136); }
td.TdClassName
{
border-color: #F0BA88;
}
.TagClassName
{
border-color: #F0BA88;
}
</style>