Shades of Corvette #F1BA76
Tints of Corvette #F1BA76
RGB
CMYK
RGB Variations
Color information
#F1BA76 (or 0xF1BA76) is known color: Corvette. HEX triplet: F1, BA and 76. RGB value is (241,186,118). Sum of RGB (Red+Green+Blue) = 241+186+118=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA76 is #0E4589. Grayscale: #C3C3C3. Windows color (decimal): -935306 or 7781105. OLE color: 7781105.
HSL color Cylindrical-coordinate representation of color #F1BA76: hue angle of 33.17º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1BA76 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 118 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.05 |
| HSL | 33.17º | 0.81% | 0.7% | - |
| HSV(B) | 33.17º | 0.51% | 0.95% | - |
| XYZ | 57.1 | 55.13 | 24.77 | - |
| YUV | 194.69 | 84.72 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 118 | 0 | 0.23 | 0.51 | 0.05 | 33.17 | 0.81 | 0.7 |
| Hex | F1 | BA | 76 | 0 | 17 | 33 | 5 | 21 | 51 | 46 |
| Octal | 361 | 272 | 166 | 0 | 27 | 63 | 5 | 41 | 121 | 106 |
| Binary | 11110001 | 10111010 | 1110110 | 0 | 10111 | 110011 | 101 | 100001 | 1010001 | 1000110 |
Color Harmonies of #F1BA76
Complementary color
Monochromatic Colors of #F1BA76
Black with #F1BA76
Text Example
Text Example
White with #F1BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA76; }
p { color: rgb(241,186,118); }
H1.HeaderClassName
{
color: #F1BA76;
}
.AnyTagClassName
{
color: #F1BA76;
}
</style>
background-color css
<style>
a { background-color: #F1BA76; }
a { background-color: rgb(241,186,118); }
div.DivClassName
{
background-color: #F1BA76;
}
.BgClassName
{
background-color: #F1BA76;
}
</style>
border-color css
<style>
span { border-color: #F1BA76; }
span { border-color: rgb(241,186,118); }
td.TdClassName
{
border-color: #F1BA76;
}
.TagClassName
{
border-color: #F1BA76;
}
</style>