Shades of Corvette #F2BB86
Tints of Corvette #F2BB86
RGB
CMYK
RGB Variations
Color information
#F2BB86 (or 0xF2BB86) is known color: Corvette. HEX triplet: F2, BB and 86. RGB value is (242,187,134). Sum of RGB (Red+Green+Blue) = 242+187+134=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BB86 is #0D4479. Grayscale: #C5C5C5. Windows color (decimal): -869498 or 8829938. OLE color: 8829938.
HSL color Cylindrical-coordinate representation of color #F2BB86: hue angle of 29.44º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2BB86 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 187 | 134 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.05 |
| HSL | 29.44º | 0.81% | 0.74% | - |
| HSV(B) | 29.44º | 0.45% | 0.95% | - |
| XYZ | 58.69 | 56.14 | 30.3 | - |
| YUV | 197.4 | 92.22 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 187 | 134 | 0 | 0.23 | 0.45 | 0.05 | 29.44 | 0.81 | 0.74 |
| Hex | F2 | BB | 86 | 0 | 17 | 2D | 5 | 1D | 51 | 4A |
| Octal | 362 | 273 | 206 | 0 | 27 | 55 | 5 | 35 | 121 | 112 |
| Binary | 11110010 | 10111011 | 10000110 | 0 | 10111 | 101101 | 101 | 11101 | 1010001 | 1001010 |
Color Harmonies of #F2BB86
Complementary color
Monochromatic Colors of #F2BB86
Black with #F2BB86
Text Example
Text Example
White with #F2BB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BB86; }
p { color: rgb(242,187,134); }
H1.HeaderClassName
{
color: #F2BB86;
}
.AnyTagClassName
{
color: #F2BB86;
}
</style>
background-color css
<style>
a { background-color: #F2BB86; }
a { background-color: rgb(242,187,134); }
div.DivClassName
{
background-color: #F2BB86;
}
.BgClassName
{
background-color: #F2BB86;
}
</style>
border-color css
<style>
span { border-color: #F2BB86; }
span { border-color: rgb(242,187,134); }
td.TdClassName
{
border-color: #F2BB86;
}
.TagClassName
{
border-color: #F2BB86;
}
</style>