Shades of Corvette #F4BA8B
Tints of Corvette #F4BA8B
RGB
CMYK
RGB Variations
Color information
#F4BA8B (or 0xF4BA8B) is known color: Corvette. HEX triplet: F4, BA and 8B. RGB value is (244,186,139). Sum of RGB (Red+Green+Blue) = 244+186+139=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BA8B is #0B4574. Grayscale: #C6C6C6. Windows color (decimal): -738677 or 9157364. OLE color: 9157364.
HSL color Cylindrical-coordinate representation of color #F4BA8B: hue angle of 26.86º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4BA8B is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 139 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.04 |
| HSL | 26.86º | 0.83% | 0.75% | - |
| HSV(B) | 26.86º | 0.43% | 0.96% | - |
| XYZ | 59.53 | 56.21 | 32.14 | - |
| YUV | 197.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 139 | 0 | 0.24 | 0.43 | 0.04 | 26.86 | 0.83 | 0.75 |
| Hex | F4 | BA | 8B | 0 | 18 | 2B | 4 | 1B | 53 | 4B |
| Octal | 364 | 272 | 213 | 0 | 30 | 53 | 4 | 33 | 123 | 113 |
| Binary | 11110100 | 10111010 | 10001011 | 0 | 11000 | 101011 | 100 | 11011 | 1010011 | 1001011 |
Color Harmonies of #F4BA8B
Complementary color
Monochromatic Colors of #F4BA8B
Black with #F4BA8B
Text Example
Text Example
White with #F4BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BA8B; }
p { color: rgb(244,186,139); }
H1.HeaderClassName
{
color: #F4BA8B;
}
.AnyTagClassName
{
color: #F4BA8B;
}
</style>
background-color css
<style>
a { background-color: #F4BA8B; }
a { background-color: rgb(244,186,139); }
div.DivClassName
{
background-color: #F4BA8B;
}
.BgClassName
{
background-color: #F4BA8B;
}
</style>
border-color css
<style>
span { border-color: #F4BA8B; }
span { border-color: rgb(244,186,139); }
td.TdClassName
{
border-color: #F4BA8B;
}
.TagClassName
{
border-color: #F4BA8B;
}
</style>