Shades of Corvette #F0C089
Tints of Corvette #F0C089
RGB
CMYK
RGB Variations
Color information
#F0C089 (or 0xF0C089) is known color: Corvette. HEX triplet: F0, C0 and 89. RGB value is (240,192,137). Sum of RGB (Red+Green+Blue) = 240+192+137=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C089 is #0F3F76. Grayscale: #C8C8C8. Windows color (decimal): -999287 or 9027824. OLE color: 9027824.
HSL color Cylindrical-coordinate representation of color #F0C089: hue angle of 32.04º 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 #F0C089 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 137 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.06 |
| HSL | 32.04º | 0.77% | 0.74% | - |
| HSV(B) | 32.04º | 0.43% | 0.94% | - |
| XYZ | 59.3 | 58.03 | 31.74 | - |
| YUV | 200.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 137 | 0 | 0.20 | 0.43 | 0.06 | 32.04 | 0.77 | 0.74 |
| Hex | F0 | C0 | 89 | 0 | 14 | 2B | 6 | 20 | 4D | 4A |
| Octal | 360 | 300 | 211 | 0 | 24 | 53 | 6 | 40 | 115 | 112 |
| Binary | 11110000 | 11000000 | 10001001 | 0 | 10100 | 101011 | 110 | 100000 | 1001101 | 1001010 |
Color Harmonies of #F0C089
Complementary color
Monochromatic Colors of #F0C089
Black with #F0C089
Text Example
Text Example
White with #F0C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C089; }
p { color: rgb(240,192,137); }
H1.HeaderClassName
{
color: #F0C089;
}
.AnyTagClassName
{
color: #F0C089;
}
</style>
background-color css
<style>
a { background-color: #F0C089; }
a { background-color: rgb(240,192,137); }
div.DivClassName
{
background-color: #F0C089;
}
.BgClassName
{
background-color: #F0C089;
}
</style>
border-color css
<style>
span { border-color: #F0C089; }
span { border-color: rgb(240,192,137); }
td.TdClassName
{
border-color: #F0C089;
}
.TagClassName
{
border-color: #F0C089;
}
</style>