Shades of Corvette #F0BB8A
Tints of Corvette #F0BB8A
RGB
CMYK
RGB Variations
Color information
#F0BB8A (or 0xF0BB8A) is known color: Corvette. HEX triplet: F0, BB and 8A. RGB value is (240,187,138). Sum of RGB (Red+Green+Blue) = 240+187+138=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BB8A is #0F4475. Grayscale: #C5C5C5. Windows color (decimal): -1000566 or 9092080. OLE color: 9092080.
HSL color Cylindrical-coordinate representation of color #F0BB8A: hue angle of 28.82º 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 #F0BB8A is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 138 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.06 |
| HSL | 28.82º | 0.77% | 0.74% | - |
| HSV(B) | 28.82º | 0.43% | 0.94% | - |
| XYZ | 58.29 | 55.9 | 31.76 | - |
| YUV | 197.26 | 94.56 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 138 | 0 | 0.22 | 0.42 | 0.06 | 28.82 | 0.77 | 0.74 |
| Hex | F0 | BB | 8A | 0 | 16 | 2A | 6 | 1D | 4D | 4A |
| Octal | 360 | 273 | 212 | 0 | 26 | 52 | 6 | 35 | 115 | 112 |
| Binary | 11110000 | 10111011 | 10001010 | 0 | 10110 | 101010 | 110 | 11101 | 1001101 | 1001010 |
Color Harmonies of #F0BB8A
Complementary color
Monochromatic Colors of #F0BB8A
Black with #F0BB8A
Text Example
Text Example
White with #F0BB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BB8A; }
p { color: rgb(240,187,138); }
H1.HeaderClassName
{
color: #F0BB8A;
}
.AnyTagClassName
{
color: #F0BB8A;
}
</style>
background-color css
<style>
a { background-color: #F0BB8A; }
a { background-color: rgb(240,187,138); }
div.DivClassName
{
background-color: #F0BB8A;
}
.BgClassName
{
background-color: #F0BB8A;
}
</style>
border-color css
<style>
span { border-color: #F0BB8A; }
span { border-color: rgb(240,187,138); }
td.TdClassName
{
border-color: #F0BB8A;
}
.TagClassName
{
border-color: #F0BB8A;
}
</style>