Shades of Corvette #F0BC79
Tints of Corvette #F0BC79
RGB
CMYK
RGB Variations
Color information
#F0BC79 (or 0xF0BC79) is known color: Corvette. HEX triplet: F0, BC and 79. RGB value is (240,188,121). Sum of RGB (Red+Green+Blue) = 240+188+121=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 121 (47.66% from 255 or 22.04% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC79 is #0F4386. Grayscale: #C4C4C4. Windows color (decimal): -1000327 or 7978224. OLE color: 7978224.
HSL color Cylindrical-coordinate representation of color #F0BC79: hue angle of 33.78º 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 #F0BC79 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 121 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.06 |
| HSL | 33.78º | 0.8% | 0.71% | - |
| HSV(B) | 33.78º | 0.5% | 0.94% | - |
| XYZ | 57.37 | 55.87 | 25.85 | - |
| YUV | 195.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 121 | 0 | 0.22 | 0.50 | 0.06 | 33.78 | 0.8 | 0.71 |
| Hex | F0 | BC | 79 | 0 | 16 | 32 | 6 | 22 | 50 | 47 |
| Octal | 360 | 274 | 171 | 0 | 26 | 62 | 6 | 42 | 120 | 107 |
| Binary | 11110000 | 10111100 | 1111001 | 0 | 10110 | 110010 | 110 | 100010 | 1010000 | 1000111 |
Color Harmonies of #F0BC79
Complementary color
Monochromatic Colors of #F0BC79
Black with #F0BC79
Text Example
Text Example
White with #F0BC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC79; }
p { color: rgb(240,188,121); }
H1.HeaderClassName
{
color: #F0BC79;
}
.AnyTagClassName
{
color: #F0BC79;
}
</style>
background-color css
<style>
a { background-color: #F0BC79; }
a { background-color: rgb(240,188,121); }
div.DivClassName
{
background-color: #F0BC79;
}
.BgClassName
{
background-color: #F0BC79;
}
</style>
border-color css
<style>
span { border-color: #F0BC79; }
span { border-color: rgb(240,188,121); }
td.TdClassName
{
border-color: #F0BC79;
}
.TagClassName
{
border-color: #F0BC79;
}
</style>