Shades of Corvette #F5C18D
Tints of Corvette #F5C18D
RGB
CMYK
RGB Variations
Color information
#F5C18D (or 0xF5C18D) is known color: Corvette. HEX triplet: F5, C1 and 8D. RGB value is (245,193,141). Sum of RGB (Red+Green+Blue) = 245+193+141=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C18D is #0A3E72. Grayscale: #CACACA. Windows color (decimal): -671347 or 9290229. OLE color: 9290229.
HSL color Cylindrical-coordinate representation of color #F5C18D: hue angle of 30º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5C18D is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 141 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.04 |
| HSL | 30º | 0.84% | 0.76% | - |
| HSV(B) | 30º | 0.42% | 0.96% | - |
| XYZ | 61.53 | 59.48 | 33.44 | - |
| YUV | 202.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 141 | 0 | 0.21 | 0.42 | 0.04 | 30 | 0.84 | 0.76 |
| Hex | F5 | C1 | 8D | 0 | 15 | 2A | 4 | 1E | 54 | 4C |
| Octal | 365 | 301 | 215 | 0 | 25 | 52 | 4 | 36 | 124 | 114 |
| Binary | 11110101 | 11000001 | 10001101 | 0 | 10101 | 101010 | 100 | 11110 | 1010100 | 1001100 |
Color Harmonies of #F5C18D
Complementary color
Monochromatic Colors of #F5C18D
Black with #F5C18D
Text Example
Text Example
White with #F5C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C18D; }
p { color: rgb(245,193,141); }
H1.HeaderClassName
{
color: #F5C18D;
}
.AnyTagClassName
{
color: #F5C18D;
}
</style>
background-color css
<style>
a { background-color: #F5C18D; }
a { background-color: rgb(245,193,141); }
div.DivClassName
{
background-color: #F5C18D;
}
.BgClassName
{
background-color: #F5C18D;
}
</style>
border-color css
<style>
span { border-color: #F5C18D; }
span { border-color: rgb(245,193,141); }
td.TdClassName
{
border-color: #F5C18D;
}
.TagClassName
{
border-color: #F5C18D;
}
</style>