Shades of Corvette #F0BF87
Tints of Corvette #F0BF87
RGB
CMYK
RGB Variations
Color information
#F0BF87 (or 0xF0BF87) is known color: Corvette. HEX triplet: F0, BF and 87. RGB value is (240,191,135). Sum of RGB (Red+Green+Blue) = 240+191+135=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BF87 is #0F4078. Grayscale: #C7C7C7. Windows color (decimal): -999545 or 8896496. OLE color: 8896496.
HSL color Cylindrical-coordinate representation of color #F0BF87: hue angle of 32º 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 #F0BF87 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 135 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.06 |
| HSL | 32º | 0.78% | 0.74% | - |
| HSV(B) | 32º | 0.44% | 0.94% | - |
| XYZ | 58.94 | 57.54 | 30.92 | - |
| YUV | 199.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 135 | 0 | 0.20 | 0.44 | 0.06 | 32 | 0.78 | 0.74 |
| Hex | F0 | BF | 87 | 0 | 14 | 2C | 6 | 20 | 4E | 4A |
| Octal | 360 | 277 | 207 | 0 | 24 | 54 | 6 | 40 | 116 | 112 |
| Binary | 11110000 | 10111111 | 10000111 | 0 | 10100 | 101100 | 110 | 100000 | 1001110 | 1001010 |
Color Harmonies of #F0BF87
Complementary color
Monochromatic Colors of #F0BF87
Black with #F0BF87
Text Example
Text Example
White with #F0BF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF87; }
p { color: rgb(240,191,135); }
H1.HeaderClassName
{
color: #F0BF87;
}
.AnyTagClassName
{
color: #F0BF87;
}
</style>
background-color css
<style>
a { background-color: #F0BF87; }
a { background-color: rgb(240,191,135); }
div.DivClassName
{
background-color: #F0BF87;
}
.BgClassName
{
background-color: #F0BF87;
}
</style>
border-color css
<style>
span { border-color: #F0BF87; }
span { border-color: rgb(240,191,135); }
td.TdClassName
{
border-color: #F0BF87;
}
.TagClassName
{
border-color: #F0BF87;
}
</style>