Shades of Corvette #F1BC7B
Tints of Corvette #F1BC7B
RGB
CMYK
RGB Variations
Color information
#F1BC7B (or 0xF1BC7B) is known color: Corvette. HEX triplet: F1, BC and 7B. RGB value is (241,188,123). Sum of RGB (Red+Green+Blue) = 241+188+123=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC7B is #0E4384. Grayscale: #C4C4C4. Windows color (decimal): -934789 or 8109297. OLE color: 8109297.
HSL color Cylindrical-coordinate representation of color #F1BC7B: hue angle of 33.05º 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 #F1BC7B is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 123 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.05 |
| HSL | 33.05º | 0.81% | 0.71% | - |
| HSV(B) | 33.05º | 0.49% | 0.95% | - |
| XYZ | 57.83 | 56.1 | 26.52 | - |
| YUV | 196.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 123 | 0 | 0.22 | 0.49 | 0.05 | 33.05 | 0.81 | 0.71 |
| Hex | F1 | BC | 7B | 0 | 16 | 31 | 5 | 21 | 51 | 47 |
| Octal | 361 | 274 | 173 | 0 | 26 | 61 | 5 | 41 | 121 | 107 |
| Binary | 11110001 | 10111100 | 1111011 | 0 | 10110 | 110001 | 101 | 100001 | 1010001 | 1000111 |
Color Harmonies of #F1BC7B
Complementary color
Monochromatic Colors of #F1BC7B
Black with #F1BC7B
Text Example
Text Example
White with #F1BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BC7B; }
p { color: rgb(241,188,123); }
H1.HeaderClassName
{
color: #F1BC7B;
}
.AnyTagClassName
{
color: #F1BC7B;
}
</style>
background-color css
<style>
a { background-color: #F1BC7B; }
a { background-color: rgb(241,188,123); }
div.DivClassName
{
background-color: #F1BC7B;
}
.BgClassName
{
background-color: #F1BC7B;
}
</style>
border-color css
<style>
span { border-color: #F1BC7B; }
span { border-color: rgb(241,188,123); }
td.TdClassName
{
border-color: #F1BC7B;
}
.TagClassName
{
border-color: #F1BC7B;
}
</style>