Shades of Corvette #F2C389
Tints of Corvette #F2C389
RGB
CMYK
RGB Variations
Color information
#F2C389 (or 0xF2C389) is known color: Corvette. HEX triplet: F2, C3 and 89. RGB value is (242,195,137). Sum of RGB (Red+Green+Blue) = 242+195+137=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 137 (53.91% from 255 or 23.87% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C389 is #0D3C76. Grayscale: #CACACA. Windows color (decimal): -867447 or 9028594. OLE color: 9028594.
HSL color Cylindrical-coordinate representation of color #F2C389: hue angle of 33.14º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2C389 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 137 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.05 |
| HSL | 33.14º | 0.8% | 0.74% | - |
| HSV(B) | 33.14º | 0.43% | 0.95% | - |
| XYZ | 60.65 | 59.71 | 32 | - |
| YUV | 202.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 137 | 0 | 0.19 | 0.43 | 0.05 | 33.14 | 0.8 | 0.74 |
| Hex | F2 | C3 | 89 | 0 | 13 | 2B | 5 | 21 | 50 | 4A |
| Octal | 362 | 303 | 211 | 0 | 23 | 53 | 5 | 41 | 120 | 112 |
| Binary | 11110010 | 11000011 | 10001001 | 0 | 10011 | 101011 | 101 | 100001 | 1010000 | 1001010 |
Color Harmonies of #F2C389
Complementary color
Monochromatic Colors of #F2C389
Black with #F2C389
Text Example
Text Example
White with #F2C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C389; }
p { color: rgb(242,195,137); }
H1.HeaderClassName
{
color: #F2C389;
}
.AnyTagClassName
{
color: #F2C389;
}
</style>
background-color css
<style>
a { background-color: #F2C389; }
a { background-color: rgb(242,195,137); }
div.DivClassName
{
background-color: #F2C389;
}
.BgClassName
{
background-color: #F2C389;
}
</style>
border-color css
<style>
span { border-color: #F2C389; }
span { border-color: rgb(242,195,137); }
td.TdClassName
{
border-color: #F2C389;
}
.TagClassName
{
border-color: #F2C389;
}
</style>