Shades of Corvette #F2C181
Tints of Corvette #F2C181
RGB
CMYK
RGB Variations
Color information
#F2C181 (or 0xF2C181) is known color: Corvette. HEX triplet: F2, C1 and 81. RGB value is (242,193,129). Sum of RGB (Red+Green+Blue) = 242+193+129=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C181 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C181 is #0D3E7E. Grayscale: #C8C8C8. Windows color (decimal): -867967 or 8503794. OLE color: 8503794.
HSL color Cylindrical-coordinate representation of color #F2C181: hue angle of 33.98º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2C181 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 129 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.05 |
| HSL | 33.98º | 0.81% | 0.73% | - |
| HSV(B) | 33.98º | 0.47% | 0.95% | - |
| XYZ | 59.65 | 58.6 | 28.94 | - |
| YUV | 200.36 | 87.73 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 129 | 0 | 0.20 | 0.47 | 0.05 | 33.98 | 0.81 | 0.73 |
| Hex | F2 | C1 | 81 | 0 | 14 | 2F | 5 | 22 | 51 | 49 |
| Octal | 362 | 301 | 201 | 0 | 24 | 57 | 5 | 42 | 121 | 111 |
| Binary | 11110010 | 11000001 | 10000001 | 0 | 10100 | 101111 | 101 | 100010 | 1010001 | 1001001 |
Color Harmonies of #F2C181
Complementary color
Monochromatic Colors of #F2C181
Black with #F2C181
Text Example
Text Example
White with #F2C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C181; }
p { color: rgb(242,193,129); }
H1.HeaderClassName
{
color: #F2C181;
}
.AnyTagClassName
{
color: #F2C181;
}
</style>
background-color css
<style>
a { background-color: #F2C181; }
a { background-color: rgb(242,193,129); }
div.DivClassName
{
background-color: #F2C181;
}
.BgClassName
{
background-color: #F2C181;
}
</style>
border-color css
<style>
span { border-color: #F2C181; }
span { border-color: rgb(242,193,129); }
td.TdClassName
{
border-color: #F2C181;
}
.TagClassName
{
border-color: #F2C181;
}
</style>