Shades of Corvette #F4BC7C
Tints of Corvette #F4BC7C
RGB
CMYK
RGB Variations
Color information
#F4BC7C (or 0xF4BC7C) is known color: Corvette. HEX triplet: F4, BC and 7C. RGB value is (244,188,124). Sum of RGB (Red+Green+Blue) = 244+188+124=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BC7C is #0B4383. Grayscale: #C5C5C5. Windows color (decimal): -738180 or 8174836. OLE color: 8174836.
HSL color Cylindrical-coordinate representation of color #F4BC7C: hue angle of 32º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4BC7C is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 124 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.04 |
| HSL | 32º | 0.85% | 0.72% | - |
| HSV(B) | 32º | 0.49% | 0.96% | - |
| XYZ | 58.93 | 56.65 | 26.9 | - |
| YUV | 197.45 | 86.55 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 124 | 0 | 0.23 | 0.49 | 0.04 | 32 | 0.85 | 0.72 |
| Hex | F4 | BC | 7C | 0 | 17 | 31 | 4 | 20 | 55 | 48 |
| Octal | 364 | 274 | 174 | 0 | 27 | 61 | 4 | 40 | 125 | 110 |
| Binary | 11110100 | 10111100 | 1111100 | 0 | 10111 | 110001 | 100 | 100000 | 1010101 | 1001000 |
Color Harmonies of #F4BC7C
Complementary color
Monochromatic Colors of #F4BC7C
Black with #F4BC7C
Text Example
Text Example
White with #F4BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC7C; }
p { color: rgb(244,188,124); }
H1.HeaderClassName
{
color: #F4BC7C;
}
.AnyTagClassName
{
color: #F4BC7C;
}
</style>
background-color css
<style>
a { background-color: #F4BC7C; }
a { background-color: rgb(244,188,124); }
div.DivClassName
{
background-color: #F4BC7C;
}
.BgClassName
{
background-color: #F4BC7C;
}
</style>
border-color css
<style>
span { border-color: #F4BC7C; }
span { border-color: rgb(244,188,124); }
td.TdClassName
{
border-color: #F4BC7C;
}
.TagClassName
{
border-color: #F4BC7C;
}
</style>