Shades of Corvette #F0C08B
Tints of Corvette #F0C08B
RGB
CMYK
RGB Variations
Color information
#F0C08B (or 0xF0C08B) is known color: Corvette. HEX triplet: F0, C0 and 8B. RGB value is (240,192,139). Sum of RGB (Red+Green+Blue) = 240+192+139=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C08B is #0F3F74. Grayscale: #C8C8C8. Windows color (decimal): -999285 or 9158896. OLE color: 9158896.
HSL color Cylindrical-coordinate representation of color #F0C08B: hue angle of 31.49º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0C08B is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 139 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.06 |
| HSL | 31.49º | 0.77% | 0.74% | - |
| HSV(B) | 31.49º | 0.42% | 0.94% | - |
| XYZ | 59.45 | 58.09 | 32.51 | - |
| YUV | 200.31 | 93.4 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 139 | 0 | 0.20 | 0.42 | 0.06 | 31.49 | 0.77 | 0.74 |
| Hex | F0 | C0 | 8B | 0 | 14 | 2A | 6 | 1F | 4D | 4A |
| Octal | 360 | 300 | 213 | 0 | 24 | 52 | 6 | 37 | 115 | 112 |
| Binary | 11110000 | 11000000 | 10001011 | 0 | 10100 | 101010 | 110 | 11111 | 1001101 | 1001010 |
Color Harmonies of #F0C08B
Complementary color
Monochromatic Colors of #F0C08B
Black with #F0C08B
Text Example
Text Example
White with #F0C08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C08B; }
p { color: rgb(240,192,139); }
H1.HeaderClassName
{
color: #F0C08B;
}
.AnyTagClassName
{
color: #F0C08B;
}
</style>
background-color css
<style>
a { background-color: #F0C08B; }
a { background-color: rgb(240,192,139); }
div.DivClassName
{
background-color: #F0C08B;
}
.BgClassName
{
background-color: #F0C08B;
}
</style>
border-color css
<style>
span { border-color: #F0C08B; }
span { border-color: rgb(240,192,139); }
td.TdClassName
{
border-color: #F0C08B;
}
.TagClassName
{
border-color: #F0C08B;
}
</style>