Shades of Corvette #F0BD8F
Tints of Corvette #F0BD8F
RGB
CMYK
RGB Variations
Color information
#F0BD8F (or 0xF0BD8F) is known color: Corvette. HEX triplet: F0, BD and 8F. RGB value is (240,189,143). Sum of RGB (Red+Green+Blue) = 240+189+143=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BD8F is #0F4270. Grayscale: #C7C7C7. Windows color (decimal): -1000049 or 9420272. OLE color: 9420272.
HSL color Cylindrical-coordinate representation of color #F0BD8F: hue angle of 28.45º 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 #F0BD8F is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 143 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.06 |
| HSL | 28.45º | 0.76% | 0.75% | - |
| HSV(B) | 28.45º | 0.4% | 0.94% | - |
| XYZ | 59.09 | 56.9 | 33.86 | - |
| YUV | 199.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 143 | 0 | 0.21 | 0.40 | 0.06 | 28.45 | 0.76 | 0.75 |
| Hex | F0 | BD | 8F | 0 | 15 | 28 | 6 | 1C | 4C | 4B |
| Octal | 360 | 275 | 217 | 0 | 25 | 50 | 6 | 34 | 114 | 113 |
| Binary | 11110000 | 10111101 | 10001111 | 0 | 10101 | 101000 | 110 | 11100 | 1001100 | 1001011 |
Color Harmonies of #F0BD8F
Complementary color
Monochromatic Colors of #F0BD8F
Black with #F0BD8F
Text Example
Text Example
White with #F0BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD8F; }
p { color: rgb(240,189,143); }
H1.HeaderClassName
{
color: #F0BD8F;
}
.AnyTagClassName
{
color: #F0BD8F;
}
</style>
background-color css
<style>
a { background-color: #F0BD8F; }
a { background-color: rgb(240,189,143); }
div.DivClassName
{
background-color: #F0BD8F;
}
.BgClassName
{
background-color: #F0BD8F;
}
</style>
border-color css
<style>
span { border-color: #F0BD8F; }
span { border-color: rgb(240,189,143); }
td.TdClassName
{
border-color: #F0BD8F;
}
.TagClassName
{
border-color: #F0BD8F;
}
</style>