Shades of Corvette #F1C083
Tints of Corvette #F1C083
RGB
CMYK
RGB Variations
Color information
#F1C083 (or 0xF1C083) is known color: Corvette. HEX triplet: F1, C0 and 83. RGB value is (241,192,131). Sum of RGB (Red+Green+Blue) = 241+192+131=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C083 is #0E3F7C. Grayscale: #C7C7C7. Windows color (decimal): -933757 or 8634609. OLE color: 8634609.
HSL color Cylindrical-coordinate representation of color #F1C083: hue angle of 33.27º 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 #F1C083 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 131 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.05 |
| HSL | 33.27º | 0.8% | 0.73% | - |
| HSV(B) | 33.27º | 0.46% | 0.95% | - |
| XYZ | 59.22 | 58.04 | 29.55 | - |
| YUV | 199.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 131 | 0 | 0.20 | 0.46 | 0.05 | 33.27 | 0.8 | 0.73 |
| Hex | F1 | C0 | 83 | 0 | 14 | 2E | 5 | 21 | 50 | 49 |
| Octal | 361 | 300 | 203 | 0 | 24 | 56 | 5 | 41 | 120 | 111 |
| Binary | 11110001 | 11000000 | 10000011 | 0 | 10100 | 101110 | 101 | 100001 | 1010000 | 1001001 |
Color Harmonies of #F1C083
Complementary color
Monochromatic Colors of #F1C083
Black with #F1C083
Text Example
Text Example
White with #F1C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C083; }
p { color: rgb(241,192,131); }
H1.HeaderClassName
{
color: #F1C083;
}
.AnyTagClassName
{
color: #F1C083;
}
</style>
background-color css
<style>
a { background-color: #F1C083; }
a { background-color: rgb(241,192,131); }
div.DivClassName
{
background-color: #F1C083;
}
.BgClassName
{
background-color: #F1C083;
}
</style>
border-color css
<style>
span { border-color: #F1C083; }
span { border-color: rgb(241,192,131); }
td.TdClassName
{
border-color: #F1C083;
}
.TagClassName
{
border-color: #F1C083;
}
</style>