Shades of Corvette #F0C182
Tints of Corvette #F0C182
RGB
CMYK
RGB Variations
Color information
#F0C182 (or 0xF0C182) is known color: Corvette. HEX triplet: F0, C1 and 82. RGB value is (240,193,130). Sum of RGB (Red+Green+Blue) = 240+193+130=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C182 is #0F3E7D. Grayscale: #C8C8C8. Windows color (decimal): -999038 or 8569328. OLE color: 8569328.
HSL color Cylindrical-coordinate representation of color #F0C182: hue angle of 34.36º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0C182 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 130 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.06 |
| HSL | 34.36º | 0.79% | 0.73% | - |
| HSV(B) | 34.36º | 0.46% | 0.94% | - |
| XYZ | 59.03 | 58.28 | 29.26 | - |
| YUV | 199.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 130 | 0 | 0.20 | 0.46 | 0.06 | 34.36 | 0.79 | 0.73 |
| Hex | F0 | C1 | 82 | 0 | 14 | 2E | 6 | 22 | 4F | 49 |
| Octal | 360 | 301 | 202 | 0 | 24 | 56 | 6 | 42 | 117 | 111 |
| Binary | 11110000 | 11000001 | 10000010 | 0 | 10100 | 101110 | 110 | 100010 | 1001111 | 1001001 |
Color Harmonies of #F0C182
Complementary color
Monochromatic Colors of #F0C182
Black with #F0C182
Text Example
Text Example
White with #F0C182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C182; }
p { color: rgb(240,193,130); }
H1.HeaderClassName
{
color: #F0C182;
}
.AnyTagClassName
{
color: #F0C182;
}
</style>
background-color css
<style>
a { background-color: #F0C182; }
a { background-color: rgb(240,193,130); }
div.DivClassName
{
background-color: #F0C182;
}
.BgClassName
{
background-color: #F0C182;
}
</style>
border-color css
<style>
span { border-color: #F0C182; }
span { border-color: rgb(240,193,130); }
td.TdClassName
{
border-color: #F0C182;
}
.TagClassName
{
border-color: #F0C182;
}
</style>