Shades of Corvette #F1B977
Tints of Corvette #F1B977
RGB
CMYK
RGB Variations
Color information
#F1B977 (or 0xF1B977) is known color: Corvette. HEX triplet: F1, B9 and 77. RGB value is (241,185,119). Sum of RGB (Red+Green+Blue) = 241+185+119=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B977 is #0E4688. Grayscale: #C2C2C2. Windows color (decimal): -935561 or 7846385. OLE color: 7846385.
HSL color Cylindrical-coordinate representation of color #F1B977: hue angle of 32.46º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1B977 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 119 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.05 |
| HSL | 32.46º | 0.81% | 0.71% | - |
| HSV(B) | 32.46º | 0.51% | 0.95% | - |
| XYZ | 56.95 | 54.73 | 25.02 | - |
| YUV | 194.22 | 85.55 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 119 | 0 | 0.23 | 0.51 | 0.05 | 32.46 | 0.81 | 0.71 |
| Hex | F1 | B9 | 77 | 0 | 17 | 33 | 5 | 20 | 51 | 47 |
| Octal | 361 | 271 | 167 | 0 | 27 | 63 | 5 | 40 | 121 | 107 |
| Binary | 11110001 | 10111001 | 1110111 | 0 | 10111 | 110011 | 101 | 100000 | 1010001 | 1000111 |
Color Harmonies of #F1B977
Complementary color
Monochromatic Colors of #F1B977
Black with #F1B977
Text Example
Text Example
White with #F1B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B977; }
p { color: rgb(241,185,119); }
H1.HeaderClassName
{
color: #F1B977;
}
.AnyTagClassName
{
color: #F1B977;
}
</style>
background-color css
<style>
a { background-color: #F1B977; }
a { background-color: rgb(241,185,119); }
div.DivClassName
{
background-color: #F1B977;
}
.BgClassName
{
background-color: #F1B977;
}
</style>
border-color css
<style>
span { border-color: #F1B977; }
span { border-color: rgb(241,185,119); }
td.TdClassName
{
border-color: #F1B977;
}
.TagClassName
{
border-color: #F1B977;
}
</style>