Shades of Corvette #F2C08C
Tints of Corvette #F2C08C
RGB
CMYK
RGB Variations
Color information
#F2C08C (or 0xF2C08C) is known color: Corvette. HEX triplet: F2, C0 and 8C. RGB value is (242,192,140). Sum of RGB (Red+Green+Blue) = 242+192+140=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C08C is #0D3F73. Grayscale: #C9C9C9. Windows color (decimal): -868212 or 9224434. OLE color: 9224434.
HSL color Cylindrical-coordinate representation of color #F2C08C: hue angle of 30.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2C08C is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 140 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.05 |
| HSL | 30.59º | 0.8% | 0.75% | - |
| HSV(B) | 30.59º | 0.42% | 0.95% | - |
| XYZ | 60.2 | 58.47 | 32.92 | - |
| YUV | 201.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 140 | 0 | 0.21 | 0.42 | 0.05 | 30.59 | 0.8 | 0.75 |
| Hex | F2 | C0 | 8C | 0 | 15 | 2A | 5 | 1F | 50 | 4B |
| Octal | 362 | 300 | 214 | 0 | 25 | 52 | 5 | 37 | 120 | 113 |
| Binary | 11110010 | 11000000 | 10001100 | 0 | 10101 | 101010 | 101 | 11111 | 1010000 | 1001011 |
Color Harmonies of #F2C08C
Complementary color
Monochromatic Colors of #F2C08C
Black with #F2C08C
Text Example
Text Example
White with #F2C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C08C; }
p { color: rgb(242,192,140); }
H1.HeaderClassName
{
color: #F2C08C;
}
.AnyTagClassName
{
color: #F2C08C;
}
</style>
background-color css
<style>
a { background-color: #F2C08C; }
a { background-color: rgb(242,192,140); }
div.DivClassName
{
background-color: #F2C08C;
}
.BgClassName
{
background-color: #F2C08C;
}
</style>
border-color css
<style>
span { border-color: #F2C08C; }
span { border-color: rgb(242,192,140); }
td.TdClassName
{
border-color: #F2C08C;
}
.TagClassName
{
border-color: #F2C08C;
}
</style>