Shades of Corvette #F2B977
Tints of Corvette #F2B977
RGB
CMYK
RGB Variations
Color information
#F2B977 (or 0xF2B977) is known color: Corvette. HEX triplet: F2, B9 and 77. RGB value is (242,185,119). Sum of RGB (Red+Green+Blue) = 242+185+119=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 119 (46.88% from 255 or 21.79% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B977 is #0D4688. Grayscale: #C2C2C2. Windows color (decimal): -870025 or 7846386. OLE color: 7846386.
HSL color Cylindrical-coordinate representation of color #F2B977: hue angle of 32.2º degrees, saturation: 0.83, 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 #F2B977 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 119 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.05 |
| HSL | 32.2º | 0.83% | 0.71% | - |
| HSV(B) | 32.2º | 0.51% | 0.95% | - |
| XYZ | 57.3 | 54.91 | 25.03 | - |
| YUV | 194.52 | 85.38 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 119 | 0 | 0.24 | 0.51 | 0.05 | 32.2 | 0.83 | 0.71 |
| Hex | F2 | B9 | 77 | 0 | 18 | 33 | 5 | 20 | 53 | 47 |
| Octal | 362 | 271 | 167 | 0 | 30 | 63 | 5 | 40 | 123 | 107 |
| Binary | 11110010 | 10111001 | 1110111 | 0 | 11000 | 110011 | 101 | 100000 | 1010011 | 1000111 |
Color Harmonies of #F2B977
Complementary color
Monochromatic Colors of #F2B977
Black with #F2B977
Text Example
Text Example
White with #F2B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B977; }
p { color: rgb(242,185,119); }
H1.HeaderClassName
{
color: #F2B977;
}
.AnyTagClassName
{
color: #F2B977;
}
</style>
background-color css
<style>
a { background-color: #F2B977; }
a { background-color: rgb(242,185,119); }
div.DivClassName
{
background-color: #F2B977;
}
.BgClassName
{
background-color: #F2B977;
}
</style>
border-color css
<style>
span { border-color: #F2B977; }
span { border-color: rgb(242,185,119); }
td.TdClassName
{
border-color: #F2B977;
}
.TagClassName
{
border-color: #F2B977;
}
</style>