Shades of Corvette #F2BC78
Tints of Corvette #F2BC78
RGB
CMYK
RGB Variations
Color information
#F2BC78 (or 0xF2BC78) is known color: Corvette. HEX triplet: F2, BC and 78. RGB value is (242,188,120). Sum of RGB (Red+Green+Blue) = 242+188+120=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC78 is #0D4387. Grayscale: #C4C4C4. Windows color (decimal): -869256 or 7912690. OLE color: 7912690.
HSL color Cylindrical-coordinate representation of color #F2BC78: hue angle of 33.44º 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 #F2BC78 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 120 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.05 |
| HSL | 33.44º | 0.82% | 0.71% | - |
| HSV(B) | 33.44º | 0.5% | 0.95% | - |
| XYZ | 57.99 | 56.2 | 25.56 | - |
| YUV | 196.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 120 | 0 | 0.22 | 0.50 | 0.05 | 33.44 | 0.82 | 0.71 |
| Hex | F2 | BC | 78 | 0 | 16 | 32 | 5 | 21 | 52 | 47 |
| Octal | 362 | 274 | 170 | 0 | 26 | 62 | 5 | 41 | 122 | 107 |
| Binary | 11110010 | 10111100 | 1111000 | 0 | 10110 | 110010 | 101 | 100001 | 1010010 | 1000111 |
Color Harmonies of #F2BC78
Complementary color
Monochromatic Colors of #F2BC78
Black with #F2BC78
Text Example
Text Example
White with #F2BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC78; }
p { color: rgb(242,188,120); }
H1.HeaderClassName
{
color: #F2BC78;
}
.AnyTagClassName
{
color: #F2BC78;
}
</style>
background-color css
<style>
a { background-color: #F2BC78; }
a { background-color: rgb(242,188,120); }
div.DivClassName
{
background-color: #F2BC78;
}
.BgClassName
{
background-color: #F2BC78;
}
</style>
border-color css
<style>
span { border-color: #F2BC78; }
span { border-color: rgb(242,188,120); }
td.TdClassName
{
border-color: #F2BC78;
}
.TagClassName
{
border-color: #F2BC78;
}
</style>