Shades of Corvette #F0BA78
Tints of Corvette #F0BA78
RGB
CMYK
RGB Variations
Color information
#F0BA78 (or 0xF0BA78) is known color: Corvette. HEX triplet: F0, BA and 78. RGB value is (240,186,120). Sum of RGB (Red+Green+Blue) = 240+186+120=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA78 is #0F4587. Grayscale: #C2C2C2. Windows color (decimal): -1000840 or 7912176. OLE color: 7912176.
HSL color Cylindrical-coordinate representation of color #F0BA78: hue angle of 33º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0BA78 is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 120 | - |
| CMYK | 0 | 0.22 | 0.5 | 0.06 |
| HSL | 33º | 0.8% | 0.71% | - |
| HSV(B) | 33º | 0.5% | 0.94% | - |
| XYZ | 56.88 | 55 | 25.39 | - |
| YUV | 194.62 | 85.89 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 120 | 0 | 0.22 | 0.5 | 0.06 | 33 | 0.8 | 0.71 |
| Hex | F0 | BA | 78 | 0 | 16 | 32 | 6 | 21 | 50 | 47 |
| Octal | 360 | 272 | 170 | 0 | 26 | 62 | 6 | 41 | 120 | 107 |
| Binary | 11110000 | 10111010 | 1111000 | 0 | 10110 | 110010 | 110 | 100001 | 1010000 | 1000111 |
Color Harmonies of #F0BA78
Complementary color
Monochromatic Colors of #F0BA78
Black with #F0BA78
Text Example
Text Example
White with #F0BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA78; }
p { color: rgb(240,186,120); }
H1.HeaderClassName
{
color: #F0BA78;
}
.AnyTagClassName
{
color: #F0BA78;
}
</style>
background-color css
<style>
a { background-color: #F0BA78; }
a { background-color: rgb(240,186,120); }
div.DivClassName
{
background-color: #F0BA78;
}
.BgClassName
{
background-color: #F0BA78;
}
</style>
border-color css
<style>
span { border-color: #F0BA78; }
span { border-color: rgb(240,186,120); }
td.TdClassName
{
border-color: #F0BA78;
}
.TagClassName
{
border-color: #F0BA78;
}
</style>