Shades of Corvette #F2C285
Tints of Corvette #F2C285
RGB
CMYK
RGB Variations
Color information
#F2C285 (or 0xF2C285) is known color: Corvette. HEX triplet: F2, C2 and 85. RGB value is (242,194,133). Sum of RGB (Red+Green+Blue) = 242+194+133=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C285 is #0D3D7A. Grayscale: #C9C9C9. Windows color (decimal): -867707 or 8766194. OLE color: 8766194.
HSL color Cylindrical-coordinate representation of color #F2C285: hue angle of 33.58º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2C285 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 133 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.05 |
| HSL | 33.58º | 0.81% | 0.74% | - |
| HSV(B) | 33.58º | 0.45% | 0.95% | - |
| XYZ | 60.14 | 59.15 | 30.44 | - |
| YUV | 201.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 133 | 0 | 0.20 | 0.45 | 0.05 | 33.58 | 0.81 | 0.74 |
| Hex | F2 | C2 | 85 | 0 | 14 | 2D | 5 | 22 | 51 | 4A |
| Octal | 362 | 302 | 205 | 0 | 24 | 55 | 5 | 42 | 121 | 112 |
| Binary | 11110010 | 11000010 | 10000101 | 0 | 10100 | 101101 | 101 | 100010 | 1010001 | 1001010 |
Color Harmonies of #F2C285
Complementary color
Monochromatic Colors of #F2C285
Black with #F2C285
Text Example
Text Example
White with #F2C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C285; }
p { color: rgb(242,194,133); }
H1.HeaderClassName
{
color: #F2C285;
}
.AnyTagClassName
{
color: #F2C285;
}
</style>
background-color css
<style>
a { background-color: #F2C285; }
a { background-color: rgb(242,194,133); }
div.DivClassName
{
background-color: #F2C285;
}
.BgClassName
{
background-color: #F2C285;
}
</style>
border-color css
<style>
span { border-color: #F2C285; }
span { border-color: rgb(242,194,133); }
td.TdClassName
{
border-color: #F2C285;
}
.TagClassName
{
border-color: #F2C285;
}
</style>