Shades of Corvette #F3C28B
Tints of Corvette #F3C28B
RGB
CMYK
RGB Variations
Color information
#F3C28B (or 0xF3C28B) is known color: Corvette. HEX triplet: F3, C2 and 8B. RGB value is (243,194,139). Sum of RGB (Red+Green+Blue) = 243+194+139=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C28B is #0C3D74. Grayscale: #CACACA. Windows color (decimal): -802165 or 9159411. OLE color: 9159411.
HSL color Cylindrical-coordinate representation of color #F3C28B: hue angle of 31.73º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F3C28B is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 139 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.05 |
| HSL | 31.73º | 0.81% | 0.75% | - |
| HSV(B) | 31.73º | 0.43% | 0.95% | - |
| XYZ | 60.91 | 59.5 | 32.7 | - |
| YUV | 202.38 | 92.23 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 139 | 0 | 0.20 | 0.43 | 0.05 | 31.73 | 0.81 | 0.75 |
| Hex | F3 | C2 | 8B | 0 | 14 | 2B | 5 | 20 | 51 | 4B |
| Octal | 363 | 302 | 213 | 0 | 24 | 53 | 5 | 40 | 121 | 113 |
| Binary | 11110011 | 11000010 | 10001011 | 0 | 10100 | 101011 | 101 | 100000 | 1010001 | 1001011 |
Color Harmonies of #F3C28B
Complementary color
Monochromatic Colors of #F3C28B
Black with #F3C28B
Text Example
Text Example
White with #F3C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C28B; }
p { color: rgb(243,194,139); }
H1.HeaderClassName
{
color: #F3C28B;
}
.AnyTagClassName
{
color: #F3C28B;
}
</style>
background-color css
<style>
a { background-color: #F3C28B; }
a { background-color: rgb(243,194,139); }
div.DivClassName
{
background-color: #F3C28B;
}
.BgClassName
{
background-color: #F3C28B;
}
</style>
border-color css
<style>
span { border-color: #F3C28B; }
span { border-color: rgb(243,194,139); }
td.TdClassName
{
border-color: #F3C28B;
}
.TagClassName
{
border-color: #F3C28B;
}
</style>