Shades of Corvette #F5BB84
Tints of Corvette #F5BB84
RGB
CMYK
RGB Variations
Color information
#F5BB84 (or 0xF5BB84) is known color: Corvette. HEX triplet: F5, BB and 84. RGB value is (245,187,132). Sum of RGB (Red+Green+Blue) = 245+187+132=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BB84 is #0A447B. Grayscale: #C6C6C6. Windows color (decimal): -672892 or 8698869. OLE color: 8698869.
HSL color Cylindrical-coordinate representation of color #F5BB84: hue angle of 29.2º degrees, saturation: 0.85, 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 #F5BB84 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 132 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.04 |
| HSL | 29.2º | 0.85% | 0.74% | - |
| HSV(B) | 29.2º | 0.46% | 0.96% | - |
| XYZ | 59.59 | 56.62 | 29.62 | - |
| YUV | 198.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 132 | 0 | 0.24 | 0.46 | 0.04 | 29.2 | 0.85 | 0.74 |
| Hex | F5 | BB | 84 | 0 | 18 | 2E | 4 | 1D | 55 | 4A |
| Octal | 365 | 273 | 204 | 0 | 30 | 56 | 4 | 35 | 125 | 112 |
| Binary | 11110101 | 10111011 | 10000100 | 0 | 11000 | 101110 | 100 | 11101 | 1010101 | 1001010 |
Color Harmonies of #F5BB84
Complementary color
Monochromatic Colors of #F5BB84
Black with #F5BB84
Text Example
Text Example
White with #F5BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BB84; }
p { color: rgb(245,187,132); }
H1.HeaderClassName
{
color: #F5BB84;
}
.AnyTagClassName
{
color: #F5BB84;
}
</style>
background-color css
<style>
a { background-color: #F5BB84; }
a { background-color: rgb(245,187,132); }
div.DivClassName
{
background-color: #F5BB84;
}
.BgClassName
{
background-color: #F5BB84;
}
</style>
border-color css
<style>
span { border-color: #F5BB84; }
span { border-color: rgb(245,187,132); }
td.TdClassName
{
border-color: #F5BB84;
}
.TagClassName
{
border-color: #F5BB84;
}
</style>