Shades of Corvette #F4BC7B
Tints of Corvette #F4BC7B
RGB
CMYK
RGB Variations
Color information
#F4BC7B (or 0xF4BC7B) is known color: Corvette. HEX triplet: F4, BC and 7B. RGB value is (244,188,123). Sum of RGB (Red+Green+Blue) = 244+188+123=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BC7B is #0B4384. Grayscale: #C5C5C5. Windows color (decimal): -738181 or 8109300. OLE color: 8109300.
HSL color Cylindrical-coordinate representation of color #F4BC7B: hue angle of 32.23º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4BC7B is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 123 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.04 |
| HSL | 32.23º | 0.85% | 0.72% | - |
| HSV(B) | 32.23º | 0.5% | 0.96% | - |
| XYZ | 58.87 | 56.63 | 26.57 | - |
| YUV | 197.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 123 | 0 | 0.23 | 0.50 | 0.04 | 32.23 | 0.85 | 0.72 |
| Hex | F4 | BC | 7B | 0 | 17 | 32 | 4 | 20 | 55 | 48 |
| Octal | 364 | 274 | 173 | 0 | 27 | 62 | 4 | 40 | 125 | 110 |
| Binary | 11110100 | 10111100 | 1111011 | 0 | 10111 | 110010 | 100 | 100000 | 1010101 | 1001000 |
Color Harmonies of #F4BC7B
Complementary color
Monochromatic Colors of #F4BC7B
Black with #F4BC7B
Text Example
Text Example
White with #F4BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC7B; }
p { color: rgb(244,188,123); }
H1.HeaderClassName
{
color: #F4BC7B;
}
.AnyTagClassName
{
color: #F4BC7B;
}
</style>
background-color css
<style>
a { background-color: #F4BC7B; }
a { background-color: rgb(244,188,123); }
div.DivClassName
{
background-color: #F4BC7B;
}
.BgClassName
{
background-color: #F4BC7B;
}
</style>
border-color css
<style>
span { border-color: #F4BC7B; }
span { border-color: rgb(244,188,123); }
td.TdClassName
{
border-color: #F4BC7B;
}
.TagClassName
{
border-color: #F4BC7B;
}
</style>