Shades of Corvette #F1BA7D
Tints of Corvette #F1BA7D
RGB
CMYK
RGB Variations
Color information
#F1BA7D (or 0xF1BA7D) is known color: Corvette. HEX triplet: F1, BA and 7D. RGB value is (241,186,125). Sum of RGB (Red+Green+Blue) = 241+186+125=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA7D is #0E4582. Grayscale: #C3C3C3. Windows color (decimal): -935299 or 8239857. OLE color: 8239857.
HSL color Cylindrical-coordinate representation of color #F1BA7D: hue angle of 31.55º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1BA7D is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 125 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.05 |
| HSL | 31.55º | 0.81% | 0.72% | - |
| HSV(B) | 31.55º | 0.48% | 0.95% | - |
| XYZ | 57.54 | 55.3 | 27.04 | - |
| YUV | 195.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 125 | 0 | 0.23 | 0.48 | 0.05 | 31.55 | 0.81 | 0.72 |
| Hex | F1 | BA | 7D | 0 | 17 | 30 | 5 | 20 | 51 | 48 |
| Octal | 361 | 272 | 175 | 0 | 27 | 60 | 5 | 40 | 121 | 110 |
| Binary | 11110001 | 10111010 | 1111101 | 0 | 10111 | 110000 | 101 | 100000 | 1010001 | 1001000 |
Color Harmonies of #F1BA7D
Complementary color
Monochromatic Colors of #F1BA7D
Black with #F1BA7D
Text Example
Text Example
White with #F1BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA7D; }
p { color: rgb(241,186,125); }
H1.HeaderClassName
{
color: #F1BA7D;
}
.AnyTagClassName
{
color: #F1BA7D;
}
</style>
background-color css
<style>
a { background-color: #F1BA7D; }
a { background-color: rgb(241,186,125); }
div.DivClassName
{
background-color: #F1BA7D;
}
.BgClassName
{
background-color: #F1BA7D;
}
</style>
border-color css
<style>
span { border-color: #F1BA7D; }
span { border-color: rgb(241,186,125); }
td.TdClassName
{
border-color: #F1BA7D;
}
.TagClassName
{
border-color: #F1BA7D;
}
</style>