Shades of Corvette #F0BC76
Tints of Corvette #F0BC76
RGB
CMYK
RGB Variations
Color information
#F0BC76 (or 0xF0BC76) is known color: Corvette. HEX triplet: F0, BC and 76. RGB value is (240,188,118). Sum of RGB (Red+Green+Blue) = 240+188+118=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC76 is #0F4389. Grayscale: #C3C3C3. Windows color (decimal): -1000330 or 7781616. OLE color: 7781616.
HSL color Cylindrical-coordinate representation of color #F0BC76: hue angle of 34.43º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0BC76 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 118 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.06 |
| HSL | 34.43º | 0.8% | 0.7% | - |
| HSV(B) | 34.43º | 0.51% | 0.94% | - |
| XYZ | 57.19 | 55.8 | 24.9 | - |
| YUV | 195.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 118 | 0 | 0.22 | 0.51 | 0.06 | 34.43 | 0.8 | 0.7 |
| Hex | F0 | BC | 76 | 0 | 16 | 33 | 6 | 22 | 50 | 46 |
| Octal | 360 | 274 | 166 | 0 | 26 | 63 | 6 | 42 | 120 | 106 |
| Binary | 11110000 | 10111100 | 1110110 | 0 | 10110 | 110011 | 110 | 100010 | 1010000 | 1000110 |
Color Harmonies of #F0BC76
Complementary color
Monochromatic Colors of #F0BC76
Black with #F0BC76
Text Example
Text Example
White with #F0BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC76; }
p { color: rgb(240,188,118); }
H1.HeaderClassName
{
color: #F0BC76;
}
.AnyTagClassName
{
color: #F0BC76;
}
</style>
background-color css
<style>
a { background-color: #F0BC76; }
a { background-color: rgb(240,188,118); }
div.DivClassName
{
background-color: #F0BC76;
}
.BgClassName
{
background-color: #F0BC76;
}
</style>
border-color css
<style>
span { border-color: #F0BC76; }
span { border-color: rgb(240,188,118); }
td.TdClassName
{
border-color: #F0BC76;
}
.TagClassName
{
border-color: #F0BC76;
}
</style>