Shades of Corvette #F2B976
Tints of Corvette #F2B976
RGB
CMYK
RGB Variations
Color information
#F2B976 (or 0xF2B976) is known color: Corvette. HEX triplet: F2, B9 and 76. RGB value is (242,185,118). Sum of RGB (Red+Green+Blue) = 242+185+118=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B976 is #0D4689. Grayscale: #C2C2C2. Windows color (decimal): -870026 or 7780850. OLE color: 7780850.
HSL color Cylindrical-coordinate representation of color #F2B976: hue angle of 32.42º 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 #F2B976 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 118 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.05 |
| HSL | 32.42º | 0.83% | 0.71% | - |
| HSV(B) | 32.42º | 0.51% | 0.95% | - |
| XYZ | 57.24 | 54.88 | 24.72 | - |
| YUV | 194.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 118 | 0 | 0.24 | 0.51 | 0.05 | 32.42 | 0.83 | 0.71 |
| Hex | F2 | B9 | 76 | 0 | 18 | 33 | 5 | 20 | 53 | 47 |
| Octal | 362 | 271 | 166 | 0 | 30 | 63 | 5 | 40 | 123 | 107 |
| Binary | 11110010 | 10111001 | 1110110 | 0 | 11000 | 110011 | 101 | 100000 | 1010011 | 1000111 |
Color Harmonies of #F2B976
Complementary color
Monochromatic Colors of #F2B976
Black with #F2B976
Text Example
Text Example
White with #F2B976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B976; }
p { color: rgb(242,185,118); }
H1.HeaderClassName
{
color: #F2B976;
}
.AnyTagClassName
{
color: #F2B976;
}
</style>
background-color css
<style>
a { background-color: #F2B976; }
a { background-color: rgb(242,185,118); }
div.DivClassName
{
background-color: #F2B976;
}
.BgClassName
{
background-color: #F2B976;
}
</style>
border-color css
<style>
span { border-color: #F2B976; }
span { border-color: rgb(242,185,118); }
td.TdClassName
{
border-color: #F2B976;
}
.TagClassName
{
border-color: #F2B976;
}
</style>