Shades of Corvette #F2BA78
Tints of Corvette #F2BA78
RGB
CMYK
RGB Variations
Color information
#F2BA78 (or 0xF2BA78) is known color: Corvette. HEX triplet: F2, BA and 78. RGB value is (242,186,120). Sum of RGB (Red+Green+Blue) = 242+186+120=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA78 is #0D4587. Grayscale: #C3C3C3. Windows color (decimal): -869768 or 7912178. OLE color: 7912178.
HSL color Cylindrical-coordinate representation of color #F2BA78: hue angle of 32.46º 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 #F2BA78 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 120 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.05 |
| HSL | 32.46º | 0.82% | 0.71% | - |
| HSV(B) | 32.46º | 0.5% | 0.95% | - |
| XYZ | 57.57 | 55.35 | 25.42 | - |
| YUV | 195.22 | 85.55 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 120 | 0 | 0.23 | 0.50 | 0.05 | 32.46 | 0.82 | 0.71 |
| Hex | F2 | BA | 78 | 0 | 17 | 32 | 5 | 20 | 52 | 47 |
| Octal | 362 | 272 | 170 | 0 | 27 | 62 | 5 | 40 | 122 | 107 |
| Binary | 11110010 | 10111010 | 1111000 | 0 | 10111 | 110010 | 101 | 100000 | 1010010 | 1000111 |
Color Harmonies of #F2BA78
Complementary color
Monochromatic Colors of #F2BA78
Black with #F2BA78
Text Example
Text Example
White with #F2BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA78; }
p { color: rgb(242,186,120); }
H1.HeaderClassName
{
color: #F2BA78;
}
.AnyTagClassName
{
color: #F2BA78;
}
</style>
background-color css
<style>
a { background-color: #F2BA78; }
a { background-color: rgb(242,186,120); }
div.DivClassName
{
background-color: #F2BA78;
}
.BgClassName
{
background-color: #F2BA78;
}
</style>
border-color css
<style>
span { border-color: #F2BA78; }
span { border-color: rgb(242,186,120); }
td.TdClassName
{
border-color: #F2BA78;
}
.TagClassName
{
border-color: #F2BA78;
}
</style>