Shades of Corvette #F4BC84
Tints of Corvette #F4BC84
RGB
CMYK
RGB Variations
Color information
#F4BC84 (or 0xF4BC84) is known color: Corvette. HEX triplet: F4, BC and 84. RGB value is (244,188,132). Sum of RGB (Red+Green+Blue) = 244+188+132=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BC84 is #0B437B. Grayscale: #C6C6C6. Windows color (decimal): -738172 or 8699124. OLE color: 8699124.
HSL color Cylindrical-coordinate representation of color #F4BC84: hue angle of 30º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F4BC84 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 132 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.04 |
| HSL | 30º | 0.84% | 0.74% | - |
| HSV(B) | 30º | 0.46% | 0.96% | - |
| XYZ | 59.46 | 56.87 | 29.67 | - |
| YUV | 198.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 132 | 0 | 0.23 | 0.46 | 0.04 | 30 | 0.84 | 0.74 |
| Hex | F4 | BC | 84 | 0 | 17 | 2E | 4 | 1E | 54 | 4A |
| Octal | 364 | 274 | 204 | 0 | 27 | 56 | 4 | 36 | 124 | 112 |
| Binary | 11110100 | 10111100 | 10000100 | 0 | 10111 | 101110 | 100 | 11110 | 1010100 | 1001010 |
Color Harmonies of #F4BC84
Complementary color
Monochromatic Colors of #F4BC84
Black with #F4BC84
Text Example
Text Example
White with #F4BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BC84; }
p { color: rgb(244,188,132); }
H1.HeaderClassName
{
color: #F4BC84;
}
.AnyTagClassName
{
color: #F4BC84;
}
</style>
background-color css
<style>
a { background-color: #F4BC84; }
a { background-color: rgb(244,188,132); }
div.DivClassName
{
background-color: #F4BC84;
}
.BgClassName
{
background-color: #F4BC84;
}
</style>
border-color css
<style>
span { border-color: #F4BC84; }
span { border-color: rgb(244,188,132); }
td.TdClassName
{
border-color: #F4BC84;
}
.TagClassName
{
border-color: #F4BC84;
}
</style>