Shades of Corvette #F0BC7E
Tints of Corvette #F0BC7E
RGB
CMYK
RGB Variations
Color information
#F0BC7E (or 0xF0BC7E) is known color: Corvette. HEX triplet: F0, BC and 7E. RGB value is (240,188,126). Sum of RGB (Red+Green+Blue) = 240+188+126=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC7E is #0F4381. Grayscale: #C4C4C4. Windows color (decimal): -1000322 or 8305904. OLE color: 8305904.
HSL color Cylindrical-coordinate representation of color #F0BC7E: hue angle of 32.63º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0BC7E is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 126 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.06 |
| HSL | 32.63º | 0.79% | 0.72% | - |
| HSV(B) | 32.63º | 0.48% | 0.94% | - |
| XYZ | 57.68 | 56 | 27.51 | - |
| YUV | 196.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 126 | 0 | 0.22 | 0.48 | 0.06 | 32.63 | 0.79 | 0.72 |
| Hex | F0 | BC | 7E | 0 | 16 | 30 | 6 | 21 | 4F | 48 |
| Octal | 360 | 274 | 176 | 0 | 26 | 60 | 6 | 41 | 117 | 110 |
| Binary | 11110000 | 10111100 | 1111110 | 0 | 10110 | 110000 | 110 | 100001 | 1001111 | 1001000 |
Color Harmonies of #F0BC7E
Complementary color
Monochromatic Colors of #F0BC7E
Black with #F0BC7E
Text Example
Text Example
White with #F0BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC7E; }
p { color: rgb(240,188,126); }
H1.HeaderClassName
{
color: #F0BC7E;
}
.AnyTagClassName
{
color: #F0BC7E;
}
</style>
background-color css
<style>
a { background-color: #F0BC7E; }
a { background-color: rgb(240,188,126); }
div.DivClassName
{
background-color: #F0BC7E;
}
.BgClassName
{
background-color: #F0BC7E;
}
</style>
border-color css
<style>
span { border-color: #F0BC7E; }
span { border-color: rgb(240,188,126); }
td.TdClassName
{
border-color: #F0BC7E;
}
.TagClassName
{
border-color: #F0BC7E;
}
</style>