Shades of Corvette #F1B581
Tints of Corvette #F1B581
RGB
CMYK
RGB Variations
Color information
#F1B581 (or 0xF1B581) is known color: Corvette. HEX triplet: F1, B5 and 81. RGB value is (241,181,129). Sum of RGB (Red+Green+Blue) = 241+181+129=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B581 is #0E4A7E. Grayscale: #C1C1C1. Windows color (decimal): -936575 or 8500721. OLE color: 8500721.
HSL color Cylindrical-coordinate representation of color #F1B581: hue angle of 27.86º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1B581 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 129 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.05 |
| HSL | 27.86º | 0.8% | 0.73% | - |
| HSV(B) | 27.86º | 0.46% | 0.95% | - |
| XYZ | 56.76 | 53.33 | 28.07 | - |
| YUV | 193.01 | 91.88 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 129 | 0 | 0.25 | 0.46 | 0.05 | 27.86 | 0.8 | 0.73 |
| Hex | F1 | B5 | 81 | 0 | 19 | 2E | 5 | 1C | 50 | 49 |
| Octal | 361 | 265 | 201 | 0 | 31 | 56 | 5 | 34 | 120 | 111 |
| Binary | 11110001 | 10110101 | 10000001 | 0 | 11001 | 101110 | 101 | 11100 | 1010000 | 1001001 |
Color Harmonies of #F1B581
Complementary color
Monochromatic Colors of #F1B581
Black with #F1B581
Text Example
Text Example
White with #F1B581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B581; }
p { color: rgb(241,181,129); }
H1.HeaderClassName
{
color: #F1B581;
}
.AnyTagClassName
{
color: #F1B581;
}
</style>
background-color css
<style>
a { background-color: #F1B581; }
a { background-color: rgb(241,181,129); }
div.DivClassName
{
background-color: #F1B581;
}
.BgClassName
{
background-color: #F1B581;
}
</style>
border-color css
<style>
span { border-color: #F1B581; }
span { border-color: rgb(241,181,129); }
td.TdClassName
{
border-color: #F1B581;
}
.TagClassName
{
border-color: #F1B581;
}
</style>