Shades of Corvette #F0BD8A
Tints of Corvette #F0BD8A
RGB
CMYK
RGB Variations
Color information
#F0BD8A (or 0xF0BD8A) is known color: Corvette. HEX triplet: F0, BD and 8A. RGB value is (240,189,138). Sum of RGB (Red+Green+Blue) = 240+189+138=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BD8A is #0F4275. Grayscale: #C6C6C6. Windows color (decimal): -1000054 or 9092592. OLE color: 9092592.
HSL color Cylindrical-coordinate representation of color #F0BD8A: hue angle of 30º 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 #F0BD8A is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 138 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.06 |
| HSL | 30º | 0.77% | 0.74% | - |
| HSV(B) | 30º | 0.43% | 0.94% | - |
| XYZ | 58.72 | 56.76 | 31.9 | - |
| YUV | 198.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 138 | 0 | 0.21 | 0.42 | 0.06 | 30 | 0.77 | 0.74 |
| Hex | F0 | BD | 8A | 0 | 15 | 2A | 6 | 1E | 4D | 4A |
| Octal | 360 | 275 | 212 | 0 | 25 | 52 | 6 | 36 | 115 | 112 |
| Binary | 11110000 | 10111101 | 10001010 | 0 | 10101 | 101010 | 110 | 11110 | 1001101 | 1001010 |
Color Harmonies of #F0BD8A
Complementary color
Monochromatic Colors of #F0BD8A
Black with #F0BD8A
Text Example
Text Example
White with #F0BD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD8A; }
p { color: rgb(240,189,138); }
H1.HeaderClassName
{
color: #F0BD8A;
}
.AnyTagClassName
{
color: #F0BD8A;
}
</style>
background-color css
<style>
a { background-color: #F0BD8A; }
a { background-color: rgb(240,189,138); }
div.DivClassName
{
background-color: #F0BD8A;
}
.BgClassName
{
background-color: #F0BD8A;
}
</style>
border-color css
<style>
span { border-color: #F0BD8A; }
span { border-color: rgb(240,189,138); }
td.TdClassName
{
border-color: #F0BD8A;
}
.TagClassName
{
border-color: #F0BD8A;
}
</style>