Shades of Corvette #F1BB7D
Tints of Corvette #F1BB7D
RGB
CMYK
RGB Variations
Color information
#F1BB7D (or 0xF1BB7D) is known color: Corvette. HEX triplet: F1, BB and 7D. RGB value is (241,187,125). Sum of RGB (Red+Green+Blue) = 241+187+125=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BB7D is #0E4482. Grayscale: #C4C4C4. Windows color (decimal): -935043 or 8240113. OLE color: 8240113.
HSL color Cylindrical-coordinate representation of color #F1BB7D: hue angle of 32.07º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1BB7D is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 125 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.05 |
| HSL | 32.07º | 0.81% | 0.72% | - |
| HSV(B) | 32.07º | 0.48% | 0.95% | - |
| XYZ | 57.75 | 55.72 | 27.11 | - |
| YUV | 196.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 125 | 0 | 0.22 | 0.48 | 0.05 | 32.07 | 0.81 | 0.72 |
| Hex | F1 | BB | 7D | 0 | 16 | 30 | 5 | 20 | 51 | 48 |
| Octal | 361 | 273 | 175 | 0 | 26 | 60 | 5 | 40 | 121 | 110 |
| Binary | 11110001 | 10111011 | 1111101 | 0 | 10110 | 110000 | 101 | 100000 | 1010001 | 1001000 |
Color Harmonies of #F1BB7D
Complementary color
Monochromatic Colors of #F1BB7D
Black with #F1BB7D
Text Example
Text Example
White with #F1BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BB7D; }
p { color: rgb(241,187,125); }
H1.HeaderClassName
{
color: #F1BB7D;
}
.AnyTagClassName
{
color: #F1BB7D;
}
</style>
background-color css
<style>
a { background-color: #F1BB7D; }
a { background-color: rgb(241,187,125); }
div.DivClassName
{
background-color: #F1BB7D;
}
.BgClassName
{
background-color: #F1BB7D;
}
</style>
border-color css
<style>
span { border-color: #F1BB7D; }
span { border-color: rgb(241,187,125); }
td.TdClassName
{
border-color: #F1BB7D;
}
.TagClassName
{
border-color: #F1BB7D;
}
</style>