Shades of Corvette #F0BF8F
Tints of Corvette #F0BF8F
RGB
CMYK
RGB Variations
Color information
#F0BF8F (or 0xF0BF8F) is known color: Corvette. HEX triplet: F0, BF and 8F. RGB value is (240,191,143). Sum of RGB (Red+Green+Blue) = 240+191+143=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 143 (56.25% from 255 or 24.91% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BF8F is #0F4070. Grayscale: #C8C8C8. Windows color (decimal): -999537 or 9420784. OLE color: 9420784.
HSL color Cylindrical-coordinate representation of color #F0BF8F: hue angle of 29.69º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0BF8F is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 143 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.06 |
| HSL | 29.69º | 0.76% | 0.75% | - |
| HSV(B) | 29.69º | 0.4% | 0.94% | - |
| XYZ | 59.52 | 57.77 | 34 | - |
| YUV | 200.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 143 | 0 | 0.20 | 0.40 | 0.06 | 29.69 | 0.76 | 0.75 |
| Hex | F0 | BF | 8F | 0 | 14 | 28 | 6 | 1E | 4C | 4B |
| Octal | 360 | 277 | 217 | 0 | 24 | 50 | 6 | 36 | 114 | 113 |
| Binary | 11110000 | 10111111 | 10001111 | 0 | 10100 | 101000 | 110 | 11110 | 1001100 | 1001011 |
Color Harmonies of #F0BF8F
Complementary color
Monochromatic Colors of #F0BF8F
Black with #F0BF8F
Text Example
Text Example
White with #F0BF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF8F; }
p { color: rgb(240,191,143); }
H1.HeaderClassName
{
color: #F0BF8F;
}
.AnyTagClassName
{
color: #F0BF8F;
}
</style>
background-color css
<style>
a { background-color: #F0BF8F; }
a { background-color: rgb(240,191,143); }
div.DivClassName
{
background-color: #F0BF8F;
}
.BgClassName
{
background-color: #F0BF8F;
}
</style>
border-color css
<style>
span { border-color: #F0BF8F; }
span { border-color: rgb(240,191,143); }
td.TdClassName
{
border-color: #F0BF8F;
}
.TagClassName
{
border-color: #F0BF8F;
}
</style>