Shades of Corvette #F3C38D
Tints of Corvette #F3C38D
RGB
CMYK
RGB Variations
Color information
#F3C38D (or 0xF3C38D) is known color: Corvette. HEX triplet: F3, C3 and 8D. RGB value is (243,195,141). Sum of RGB (Red+Green+Blue) = 243+195+141=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C38D is #0C3C72. Grayscale: #CBCBCB. Windows color (decimal): -801907 or 9290739. OLE color: 9290739.
HSL color Cylindrical-coordinate representation of color #F3C38D: hue angle of 31.76º degrees, saturation: 0.81, 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 #F3C38D is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 141 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.05 |
| HSL | 31.76º | 0.81% | 0.75% | - |
| HSV(B) | 31.76º | 0.42% | 0.95% | - |
| XYZ | 61.28 | 60.01 | 33.55 | - |
| YUV | 203.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 141 | 0 | 0.20 | 0.42 | 0.05 | 31.76 | 0.81 | 0.75 |
| Hex | F3 | C3 | 8D | 0 | 14 | 2A | 5 | 20 | 51 | 4B |
| Octal | 363 | 303 | 215 | 0 | 24 | 52 | 5 | 40 | 121 | 113 |
| Binary | 11110011 | 11000011 | 10001101 | 0 | 10100 | 101010 | 101 | 100000 | 1010001 | 1001011 |
Color Harmonies of #F3C38D
Complementary color
Monochromatic Colors of #F3C38D
Black with #F3C38D
Text Example
Text Example
White with #F3C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C38D; }
p { color: rgb(243,195,141); }
H1.HeaderClassName
{
color: #F3C38D;
}
.AnyTagClassName
{
color: #F3C38D;
}
</style>
background-color css
<style>
a { background-color: #F3C38D; }
a { background-color: rgb(243,195,141); }
div.DivClassName
{
background-color: #F3C38D;
}
.BgClassName
{
background-color: #F3C38D;
}
</style>
border-color css
<style>
span { border-color: #F3C38D; }
span { border-color: rgb(243,195,141); }
td.TdClassName
{
border-color: #F3C38D;
}
.TagClassName
{
border-color: #F3C38D;
}
</style>