Shades of Corvette #F4BC85
Tints of Corvette #F4BC85
RGB
CMYK
RGB Variations
Color information
#F4BC85 (or 0xF4BC85) is known color: Corvette. HEX triplet: F4, BC and 85. RGB value is (244,188,133). Sum of RGB (Red+Green+Blue) = 244+188+133=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BC85 is #0B437A. Grayscale: #C6C6C6. Windows color (decimal): -738171 or 8764660. OLE color: 8764660.
HSL color Cylindrical-coordinate representation of color #F4BC85: hue angle of 29.73º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F4BC85 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 133 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.04 |
| HSL | 29.73º | 0.83% | 0.74% | - |
| HSV(B) | 29.73º | 0.45% | 0.96% | - |
| XYZ | 59.53 | 56.89 | 30.03 | - |
| YUV | 198.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 133 | 0 | 0.23 | 0.45 | 0.04 | 29.73 | 0.83 | 0.74 |
| Hex | F4 | BC | 85 | 0 | 17 | 2D | 4 | 1E | 53 | 4A |
| Octal | 364 | 274 | 205 | 0 | 27 | 55 | 4 | 36 | 123 | 112 |
| Binary | 11110100 | 10111100 | 10000101 | 0 | 10111 | 101101 | 100 | 11110 | 1010011 | 1001010 |
Color Harmonies of #F4BC85
Complementary color
Monochromatic Colors of #F4BC85
Black with #F4BC85
Text Example
Text Example
White with #F4BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC85; }
p { color: rgb(244,188,133); }
H1.HeaderClassName
{
color: #F4BC85;
}
.AnyTagClassName
{
color: #F4BC85;
}
</style>
background-color css
<style>
a { background-color: #F4BC85; }
a { background-color: rgb(244,188,133); }
div.DivClassName
{
background-color: #F4BC85;
}
.BgClassName
{
background-color: #F4BC85;
}
</style>
border-color css
<style>
span { border-color: #F4BC85; }
span { border-color: rgb(244,188,133); }
td.TdClassName
{
border-color: #F4BC85;
}
.TagClassName
{
border-color: #F4BC85;
}
</style>