Shades of Corvette #F2BB7A
Tints of Corvette #F2BB7A
RGB
CMYK
RGB Variations
Color information
#F2BB7A (or 0xF2BB7A) is known color: Corvette. HEX triplet: F2, BB and 7A. RGB value is (242,187,122). Sum of RGB (Red+Green+Blue) = 242+187+122=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BB7A is #0D4485. Grayscale: #C4C4C4. Windows color (decimal): -869510 or 8043506. OLE color: 8043506.
HSL color Cylindrical-coordinate representation of color #F2BB7A: hue angle of 32.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2BB7A is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 122 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.05 |
| HSL | 32.5º | 0.82% | 0.71% | - |
| HSV(B) | 32.5º | 0.5% | 0.95% | - |
| XYZ | 57.9 | 55.82 | 26.14 | - |
| YUV | 196.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 122 | 0 | 0.23 | 0.50 | 0.05 | 32.5 | 0.82 | 0.71 |
| Hex | F2 | BB | 7A | 0 | 17 | 32 | 5 | 20 | 52 | 47 |
| Octal | 362 | 273 | 172 | 0 | 27 | 62 | 5 | 40 | 122 | 107 |
| Binary | 11110010 | 10111011 | 1111010 | 0 | 10111 | 110010 | 101 | 100000 | 1010010 | 1000111 |
Color Harmonies of #F2BB7A
Complementary color
Monochromatic Colors of #F2BB7A
Black with #F2BB7A
Text Example
Text Example
White with #F2BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BB7A; }
p { color: rgb(242,187,122); }
H1.HeaderClassName
{
color: #F2BB7A;
}
.AnyTagClassName
{
color: #F2BB7A;
}
</style>
background-color css
<style>
a { background-color: #F2BB7A; }
a { background-color: rgb(242,187,122); }
div.DivClassName
{
background-color: #F2BB7A;
}
.BgClassName
{
background-color: #F2BB7A;
}
</style>
border-color css
<style>
span { border-color: #F2BB7A; }
span { border-color: rgb(242,187,122); }
td.TdClassName
{
border-color: #F2BB7A;
}
.TagClassName
{
border-color: #F2BB7A;
}
</style>