Shades of Corvette #F0C087
Tints of Corvette #F0C087
RGB
CMYK
RGB Variations
Color information
#F0C087 (or 0xF0C087) is known color: Corvette. HEX triplet: F0, C0 and 87. RGB value is (240,192,135). Sum of RGB (Red+Green+Blue) = 240+192+135=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 135 (53.12% from 255 or 23.81% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C087 is #0F3F78. Grayscale: #C8C8C8. Windows color (decimal): -999289 or 8896752. OLE color: 8896752.
HSL color Cylindrical-coordinate representation of color #F0C087: hue angle of 32.57º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0C087 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 135 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.06 |
| HSL | 32.57º | 0.78% | 0.74% | - |
| HSV(B) | 32.57º | 0.44% | 0.94% | - |
| XYZ | 59.16 | 57.97 | 30.99 | - |
| YUV | 199.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 135 | 0 | 0.20 | 0.44 | 0.06 | 32.57 | 0.78 | 0.74 |
| Hex | F0 | C0 | 87 | 0 | 14 | 2C | 6 | 21 | 4E | 4A |
| Octal | 360 | 300 | 207 | 0 | 24 | 54 | 6 | 41 | 116 | 112 |
| Binary | 11110000 | 11000000 | 10000111 | 0 | 10100 | 101100 | 110 | 100001 | 1001110 | 1001010 |
Color Harmonies of #F0C087
Complementary color
Monochromatic Colors of #F0C087
Black with #F0C087
Text Example
Text Example
White with #F0C087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C087; }
p { color: rgb(240,192,135); }
H1.HeaderClassName
{
color: #F0C087;
}
.AnyTagClassName
{
color: #F0C087;
}
</style>
background-color css
<style>
a { background-color: #F0C087; }
a { background-color: rgb(240,192,135); }
div.DivClassName
{
background-color: #F0C087;
}
.BgClassName
{
background-color: #F0C087;
}
</style>
border-color css
<style>
span { border-color: #F0C087; }
span { border-color: rgb(240,192,135); }
td.TdClassName
{
border-color: #F0C087;
}
.TagClassName
{
border-color: #F0C087;
}
</style>