Shades of Corvette #F1BB85
Tints of Corvette #F1BB85
RGB
CMYK
RGB Variations
Color information
#F1BB85 (or 0xF1BB85) is known color: Corvette. HEX triplet: F1, BB and 85. RGB value is (241,187,133). Sum of RGB (Red+Green+Blue) = 241+187+133=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BB85 is #0E447A. Grayscale: #C5C5C5. Windows color (decimal): -935035 or 8764401. OLE color: 8764401.
HSL color Cylindrical-coordinate representation of color #F1BB85: hue angle of 30º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1BB85 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 133 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.05 |
| HSL | 30º | 0.79% | 0.73% | - |
| HSV(B) | 30º | 0.45% | 0.95% | - |
| XYZ | 58.28 | 55.93 | 29.92 | - |
| YUV | 196.99 | 91.89 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 133 | 0 | 0.22 | 0.45 | 0.05 | 30 | 0.79 | 0.73 |
| Hex | F1 | BB | 85 | 0 | 16 | 2D | 5 | 1E | 4F | 49 |
| Octal | 361 | 273 | 205 | 0 | 26 | 55 | 5 | 36 | 117 | 111 |
| Binary | 11110001 | 10111011 | 10000101 | 0 | 10110 | 101101 | 101 | 11110 | 1001111 | 1001001 |
Color Harmonies of #F1BB85
Complementary color
Monochromatic Colors of #F1BB85
Black with #F1BB85
Text Example
Text Example
White with #F1BB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BB85; }
p { color: rgb(241,187,133); }
H1.HeaderClassName
{
color: #F1BB85;
}
.AnyTagClassName
{
color: #F1BB85;
}
</style>
background-color css
<style>
a { background-color: #F1BB85; }
a { background-color: rgb(241,187,133); }
div.DivClassName
{
background-color: #F1BB85;
}
.BgClassName
{
background-color: #F1BB85;
}
</style>
border-color css
<style>
span { border-color: #F1BB85; }
span { border-color: rgb(241,187,133); }
td.TdClassName
{
border-color: #F1BB85;
}
.TagClassName
{
border-color: #F1BB85;
}
</style>