Shades of Corvette #F0C08A
Tints of Corvette #F0C08A
RGB
CMYK
RGB Variations
Color information
#F0C08A (or 0xF0C08A) is known color: Corvette. HEX triplet: F0, C0 and 8A. RGB value is (240,192,138). Sum of RGB (Red+Green+Blue) = 240+192+138=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C08A is #0F3F75. Grayscale: #C8C8C8. Windows color (decimal): -999286 or 9093360. OLE color: 9093360.
HSL color Cylindrical-coordinate representation of color #F0C08A: hue angle of 31.76º degrees, saturation: 0.77, 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 #F0C08A is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 138 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.06 |
| HSL | 31.76º | 0.77% | 0.74% | - |
| HSV(B) | 31.76º | 0.43% | 0.94% | - |
| XYZ | 59.37 | 58.06 | 32.12 | - |
| YUV | 200.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 138 | 0 | 0.20 | 0.42 | 0.06 | 31.76 | 0.77 | 0.74 |
| Hex | F0 | C0 | 8A | 0 | 14 | 2A | 6 | 20 | 4D | 4A |
| Octal | 360 | 300 | 212 | 0 | 24 | 52 | 6 | 40 | 115 | 112 |
| Binary | 11110000 | 11000000 | 10001010 | 0 | 10100 | 101010 | 110 | 100000 | 1001101 | 1001010 |
Color Harmonies of #F0C08A
Complementary color
Monochromatic Colors of #F0C08A
Black with #F0C08A
Text Example
Text Example
White with #F0C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C08A; }
p { color: rgb(240,192,138); }
H1.HeaderClassName
{
color: #F0C08A;
}
.AnyTagClassName
{
color: #F0C08A;
}
</style>
background-color css
<style>
a { background-color: #F0C08A; }
a { background-color: rgb(240,192,138); }
div.DivClassName
{
background-color: #F0C08A;
}
.BgClassName
{
background-color: #F0C08A;
}
</style>
border-color css
<style>
span { border-color: #F0C08A; }
span { border-color: rgb(240,192,138); }
td.TdClassName
{
border-color: #F0C08A;
}
.TagClassName
{
border-color: #F0C08A;
}
</style>