Shades of Corvette #F1BA7B
Tints of Corvette #F1BA7B
RGB
CMYK
RGB Variations
Color information
#F1BA7B (or 0xF1BA7B) is known color: Corvette. HEX triplet: F1, BA and 7B. RGB value is (241,186,123). Sum of RGB (Red+Green+Blue) = 241+186+123=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA7B is #0E4584. Grayscale: #C3C3C3. Windows color (decimal): -935301 or 8108785. OLE color: 8108785.
HSL color Cylindrical-coordinate representation of color #F1BA7B: hue angle of 32.03º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1BA7B is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 123 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.05 |
| HSL | 32.03º | 0.81% | 0.71% | - |
| HSV(B) | 32.03º | 0.49% | 0.95% | - |
| XYZ | 57.41 | 55.25 | 26.38 | - |
| YUV | 195.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 123 | 0 | 0.23 | 0.49 | 0.05 | 32.03 | 0.81 | 0.71 |
| Hex | F1 | BA | 7B | 0 | 17 | 31 | 5 | 20 | 51 | 47 |
| Octal | 361 | 272 | 173 | 0 | 27 | 61 | 5 | 40 | 121 | 107 |
| Binary | 11110001 | 10111010 | 1111011 | 0 | 10111 | 110001 | 101 | 100000 | 1010001 | 1000111 |
Color Harmonies of #F1BA7B
Complementary color
Monochromatic Colors of #F1BA7B
Black with #F1BA7B
Text Example
Text Example
White with #F1BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA7B; }
p { color: rgb(241,186,123); }
H1.HeaderClassName
{
color: #F1BA7B;
}
.AnyTagClassName
{
color: #F1BA7B;
}
</style>
background-color css
<style>
a { background-color: #F1BA7B; }
a { background-color: rgb(241,186,123); }
div.DivClassName
{
background-color: #F1BA7B;
}
.BgClassName
{
background-color: #F1BA7B;
}
</style>
border-color css
<style>
span { border-color: #F1BA7B; }
span { border-color: rgb(241,186,123); }
td.TdClassName
{
border-color: #F1BA7B;
}
.TagClassName
{
border-color: #F1BA7B;
}
</style>