Shades of Corvette #F2BB7E
Tints of Corvette #F2BB7E
RGB
CMYK
RGB Variations
Color information
#F2BB7E (or 0xF2BB7E) is known color: Corvette. HEX triplet: F2, BB and 7E. RGB value is (242,187,126). Sum of RGB (Red+Green+Blue) = 242+187+126=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 126 (49.61% from 255 or 22.70% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BB7E is #0D4481. Grayscale: #C4C4C4. Windows color (decimal): -869506 or 8305650. OLE color: 8305650.
HSL color Cylindrical-coordinate representation of color #F2BB7E: hue angle of 31.55º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2BB7E is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 126 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.05 |
| HSL | 31.55º | 0.82% | 0.72% | - |
| HSV(B) | 31.55º | 0.48% | 0.95% | - |
| XYZ | 58.15 | 55.92 | 27.47 | - |
| YUV | 196.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 126 | 0 | 0.23 | 0.48 | 0.05 | 31.55 | 0.82 | 0.72 |
| Hex | F2 | BB | 7E | 0 | 17 | 30 | 5 | 20 | 52 | 48 |
| Octal | 362 | 273 | 176 | 0 | 27 | 60 | 5 | 40 | 122 | 110 |
| Binary | 11110010 | 10111011 | 1111110 | 0 | 10111 | 110000 | 101 | 100000 | 1010010 | 1001000 |
Color Harmonies of #F2BB7E
Complementary color
Monochromatic Colors of #F2BB7E
Black with #F2BB7E
Text Example
Text Example
White with #F2BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BB7E; }
p { color: rgb(242,187,126); }
H1.HeaderClassName
{
color: #F2BB7E;
}
.AnyTagClassName
{
color: #F2BB7E;
}
</style>
background-color css
<style>
a { background-color: #F2BB7E; }
a { background-color: rgb(242,187,126); }
div.DivClassName
{
background-color: #F2BB7E;
}
.BgClassName
{
background-color: #F2BB7E;
}
</style>
border-color css
<style>
span { border-color: #F2BB7E; }
span { border-color: rgb(242,187,126); }
td.TdClassName
{
border-color: #F2BB7E;
}
.TagClassName
{
border-color: #F2BB7E;
}
</style>