Shades of Corvette #F2C18D
Tints of Corvette #F2C18D
RGB
CMYK
RGB Variations
Color information
#F2C18D (or 0xF2C18D) is known color: Corvette. HEX triplet: F2, C1 and 8D. RGB value is (242,193,141). Sum of RGB (Red+Green+Blue) = 242+193+141=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C18D is #0D3E72. Grayscale: #C9C9C9. Windows color (decimal): -867955 or 9290226. OLE color: 9290226.
HSL color Cylindrical-coordinate representation of color #F2C18D: hue angle of 30.89º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2C18D is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 141 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.05 |
| HSL | 30.89º | 0.8% | 0.75% | - |
| HSV(B) | 30.89º | 0.42% | 0.95% | - |
| XYZ | 60.5 | 58.94 | 33.39 | - |
| YUV | 201.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 141 | 0 | 0.20 | 0.42 | 0.05 | 30.89 | 0.8 | 0.75 |
| Hex | F2 | C1 | 8D | 0 | 14 | 2A | 5 | 1F | 50 | 4B |
| Octal | 362 | 301 | 215 | 0 | 24 | 52 | 5 | 37 | 120 | 113 |
| Binary | 11110010 | 11000001 | 10001101 | 0 | 10100 | 101010 | 101 | 11111 | 1010000 | 1001011 |
Color Harmonies of #F2C18D
Complementary color
Monochromatic Colors of #F2C18D
Black with #F2C18D
Text Example
Text Example
White with #F2C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C18D; }
p { color: rgb(242,193,141); }
H1.HeaderClassName
{
color: #F2C18D;
}
.AnyTagClassName
{
color: #F2C18D;
}
</style>
background-color css
<style>
a { background-color: #F2C18D; }
a { background-color: rgb(242,193,141); }
div.DivClassName
{
background-color: #F2C18D;
}
.BgClassName
{
background-color: #F2C18D;
}
</style>
border-color css
<style>
span { border-color: #F2C18D; }
span { border-color: rgb(242,193,141); }
td.TdClassName
{
border-color: #F2C18D;
}
.TagClassName
{
border-color: #F2C18D;
}
</style>