Shades of Corvette #F1C18D
Tints of Corvette #F1C18D
RGB
CMYK
RGB Variations
Color information
#F1C18D (or 0xF1C18D) is known color: Corvette. HEX triplet: F1, C1 and 8D. RGB value is (241,193,141). Sum of RGB (Red+Green+Blue) = 241+193+141=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C18D is #0E3E72. Grayscale: #C9C9C9. Windows color (decimal): -933491 or 9290225. OLE color: 9290225.
HSL color Cylindrical-coordinate representation of color #F1C18D: hue angle of 31.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1C18D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 193 | 141 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.05 |
| HSL | 31.2º | 0.78% | 0.75% | - |
| HSV(B) | 31.2º | 0.41% | 0.95% | - |
| XYZ | 60.15 | 58.76 | 33.37 | - |
| YUV | 201.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 193 | 141 | 0 | 0.20 | 0.41 | 0.05 | 31.2 | 0.78 | 0.75 |
| Hex | F1 | C1 | 8D | 0 | 14 | 29 | 5 | 1F | 4E | 4B |
| Octal | 361 | 301 | 215 | 0 | 24 | 51 | 5 | 37 | 116 | 113 |
| Binary | 11110001 | 11000001 | 10001101 | 0 | 10100 | 101001 | 101 | 11111 | 1001110 | 1001011 |
Color Harmonies of #F1C18D
Complementary color
Monochromatic Colors of #F1C18D
Black with #F1C18D
Text Example
Text Example
White with #F1C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C18D; }
p { color: rgb(241,193,141); }
H1.HeaderClassName
{
color: #F1C18D;
}
.AnyTagClassName
{
color: #F1C18D;
}
</style>
background-color css
<style>
a { background-color: #F1C18D; }
a { background-color: rgb(241,193,141); }
div.DivClassName
{
background-color: #F1C18D;
}
.BgClassName
{
background-color: #F1C18D;
}
</style>
border-color css
<style>
span { border-color: #F1C18D; }
span { border-color: rgb(241,193,141); }
td.TdClassName
{
border-color: #F1C18D;
}
.TagClassName
{
border-color: #F1C18D;
}
</style>