Shades of Corvette #F3C282
Tints of Corvette #F3C282
RGB
CMYK
RGB Variations
Color information
#F3C282 (or 0xF3C282) is known color: Corvette. HEX triplet: F3, C2 and 82. RGB value is (243,194,130). Sum of RGB (Red+Green+Blue) = 243+194+130=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C282 is #0C3D7D. Grayscale: #C9C9C9. Windows color (decimal): -802174 or 8569587. OLE color: 8569587.
HSL color Cylindrical-coordinate representation of color #F3C282: hue angle of 33.98º degrees, saturation: 0.82, 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 #F3C282 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 130 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.05 |
| HSL | 33.98º | 0.82% | 0.73% | - |
| HSV(B) | 33.98º | 0.47% | 0.95% | - |
| XYZ | 60.28 | 59.25 | 29.38 | - |
| YUV | 201.36 | 87.73 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 130 | 0 | 0.20 | 0.47 | 0.05 | 33.98 | 0.82 | 0.73 |
| Hex | F3 | C2 | 82 | 0 | 14 | 2F | 5 | 22 | 52 | 49 |
| Octal | 363 | 302 | 202 | 0 | 24 | 57 | 5 | 42 | 122 | 111 |
| Binary | 11110011 | 11000010 | 10000010 | 0 | 10100 | 101111 | 101 | 100010 | 1010010 | 1001001 |
Color Harmonies of #F3C282
Complementary color
Monochromatic Colors of #F3C282
Black with #F3C282
Text Example
Text Example
White with #F3C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C282; }
p { color: rgb(243,194,130); }
H1.HeaderClassName
{
color: #F3C282;
}
.AnyTagClassName
{
color: #F3C282;
}
</style>
background-color css
<style>
a { background-color: #F3C282; }
a { background-color: rgb(243,194,130); }
div.DivClassName
{
background-color: #F3C282;
}
.BgClassName
{
background-color: #F3C282;
}
</style>
border-color css
<style>
span { border-color: #F3C282; }
span { border-color: rgb(243,194,130); }
td.TdClassName
{
border-color: #F3C282;
}
.TagClassName
{
border-color: #F3C282;
}
</style>